COLOR #0F255B

HEX: #0F255B
RGB: (15,37,91)

Color info

#0F255B contains mainly green and blue colors. Web safe color of #0F255B is #003366 (or #036).

RGB color model

#0F255B color RGB value is (15,37,91).

  • red value is 15;
  • green value is 37;
  • blue value is 91.
RGB:
(15,37,91)
(6%,15%,36%)

RGB channels and saturation

R 15 of 255 = 6%
G 37 of 255 = 15%
B 91 of 255 = 36%

15
37
91

R + G + B ~ 19%. #0F255B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 37 + 91 = 143 (100%)
R 15 of 143 ~ 10.49%
G 37 of 143 ~ 25.87%
B 91 of 143 ~ 63.64%

%10.49
%25.87
%63.64

CMYK color model

#0F255B color CMYK value is (84,59,0,64).

  • cyan value is 83.52%
  • magenta value is 59.34%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(84,59,0,64)
C84M59Y0K64 
(84%,59%,0%,64%)
(0.84/0.59/0.00/0.64)	

CMYK percentages

%83.52
%59.34
%0
%64.31

Codes

Color #0F255B in popluar color models

0F255B
RGB153791
HSL223°71.70%20.78%
HSB/HSV223°83.52%35.69%
CMYK83.52%59.34%0.00%
64.31%

Color #0F255B in popluar number systems.

HEX0F255B
Decimal153791
Binary11111001011011011
Octal1745133

Shades and tints

Shades of #0F255B

#0F255B
(15,37,91)
#0E2253
(14,34,83)
#0D1F4B
(13,31,75)
#0C1C43
(12,28,67)
#0B193B
(11,25,59)
#0A1633
(10,22,51)
#09132B
(9,19,43)
#081023
(8,16,35)
#070D1B
(7,13,27)
#060A13
(6,10,19)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #0F255B

#0F255B
(15,37,91)
#243869
(36,56,105)
#394B77
(57,75,119)
#4E5E85
(78,94,133)
#637193
(99,113,147)
#7884A1
(120,132,161)
#8D97AF
(141,151,175)
#A2AABD
(162,170,189)
#B7BDCB
(183,189,203)
#CCD0D9
(204,208,217)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F255B color. Also use rgb(15,37,91) instead hex code.

Text Font Color

.myTextColor { color: #0F255B; }

<p style="color:#0F255B">This sample text font color is #0F255B.</p>

This text font color is #0F255B.


Background Color

.myBgColor { background-color: #0F255B; }

<div style="background-color:#0F255B">Inner text</div>

This div background color is #0F255B.


Border color

.myBorderColor { border: 1px solid #0F255B; }

<div style="border:3px solid #0F255B">Div</div>

This div border color is #0F255B.


Opacity

.myOpacity80 { color: #0F255B; opacity: 0.8; }

<p style="color:#0F255B;opacity:0.8;">80%</p>

Text with #0F255B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F255B;}

<p style="text-shadow: 3px 3px 1px #0F255B">Text here.</p>

This text has shadow with #0F255B color.

.textShadow {text-shadow: 3px 3px 1px #0F255B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F255B, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F255B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F255B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F255B, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F255B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F255B;
  -webkit-box-shadow:	1px 1px 3px 2px #0F255B;
  box-shadow:		1px 1px 3px 2px #0F255B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F255B;
-webkit-box-shadow: 1px 1px 3px 2px #0F255B;
box-shadow:1px 1px 3px 2px #0F255B;">
Div content here</div>
This div box has shadow with color #0F255B.

Preview

Color preview on black background

This text has color #0F255B on black background.


Color preview on white background

This text has color #0F255B on white background.



Black color preview on #0F255B background

This text has black color on #0F255B background.


White color preview on #0F255B background

This text has white color on #0F255B background.