COLOR #0F253E

HEX: #0F253E
RGB: (15,37,62)

Color info

#0F253E contains red, green and blue colors in about the same proportion. Web safe color of #0F253E is #003333 (or #033).

RGB color model

#0F253E color RGB value is (15,37,62).

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

RGB channels and saturation

R 15 of 255 = 6%
G 37 of 255 = 15%
B 62 of 255 = 24%

15
37
62

R + G + B ~ 15%. #0F253E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 37 + 62 = 114 (100%)
R 15 of 114 ~ 13.16%
G 37 of 114 ~ 32.46%
B 62 of 114 ~ 54.39%

%13.16
%32.46
%54.39

CMYK color model

#0F253E color CMYK value is (76,40,0,76).

  • cyan value is 75.81%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(76,40,0,76)
C76M40Y0K76 
(76%,40%,0%,76%)
(0.76/0.40/0.00/0.76)	

CMYK percentages

%75.81
%40.32
%0
%75.69

Codes

Color #0F253E in popluar color models

0F253E
RGB153762
HSL212°61.04%15.10%
HSB/HSV212°75.81%24.31%
CMYK75.81%40.32%0.00%
75.69%

Color #0F253E in popluar number systems.

HEX0F253E
Decimal153762
Binary1111100101111110
Octal174576

Shades and tints

Shades of #0F253E

#0F253E
(15,37,62)
#0E2239
(14,34,57)
#0D1F34
(13,31,52)
#0C1C2F
(12,28,47)
#0B192A
(11,25,42)
#0A1625
(10,22,37)
#091320
(9,19,32)
#08101B
(8,16,27)
#070D16
(7,13,22)
#060A11
(6,10,17)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #0F253E

#0F253E
(15,37,62)
#24384F
(36,56,79)
#394B60
(57,75,96)
#4E5E71
(78,94,113)
#637182
(99,113,130)
#788493
(120,132,147)
#8D97A4
(141,151,164)
#A2AAB5
(162,170,181)
#B7BDC6
(183,189,198)
#CCD0D7
(204,208,215)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F253E; }

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

This text font color is #0F253E.


Background Color

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

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

This div background color is #0F253E.


Border color

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

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

This div border color is #0F253E.


Opacity

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

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

Text with #0F253E 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 #0F253E;}

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

This text has shadow with #0F253E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F253E on black background.


Color preview on white background

This text has color #0F253E on white background.



Black color preview on #0F253E background

This text has black color on #0F253E background.


White color preview on #0F253E background

This text has white color on #0F253E background.