COLOR #0C253B

HEX: #0C253B
RGB: (12,37,59)

Color info

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

RGB color model

#0C253B color RGB value is (12,37,59).

  • red value is 12;
  • green value is 37;
  • blue value is 59.
RGB:
(12,37,59)
(5%,15%,23%)

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 59 of 255 = 23%

12
37
59

R + G + B ~ 14%. #0C253B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 59 = 108 (100%)
R 12 of 108 ~ 11.11%
G 37 of 108 ~ 34.26%
B 59 of 108 ~ 54.63%

%11.11
%34.26
%54.63

CMYK color model

#0C253B color CMYK value is (80,37,0,77).

  • cyan value is 79.66%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(80,37,0,77)
C80M37Y0K77 
(80%,37%,0%,77%)
(0.80/0.37/0.00/0.77)	

CMYK percentages

%79.66
%37.29
%0
%76.86

Codes

Color #0C253B in popluar color models

0C253B
RGB123759
HSL208°66.20%13.92%
HSB/HSV208°79.66%23.14%
CMYK79.66%37.29%0.00%
76.86%

Color #0C253B in popluar number systems.

HEX0C253B
Decimal123759
Binary1100100101111011
Octal144573

Shades and tints

Shades of #0C253B

#0C253B
(12,37,59)
#0B2236
(11,34,54)
#0A1F31
(10,31,49)
#091C2C
(9,28,44)
#081927
(8,25,39)
#071622
(7,22,34)
#06131D
(6,19,29)
#051018
(5,16,24)
#040D13
(4,13,19)
#030A0E
(3,10,14)
#020709
(2,7,9)
#000000
(0,0,0)

Tints of #0C253B

#0C253B
(12,37,59)
#22384C
(34,56,76)
#384B5D
(56,75,93)
#4E5E6E
(78,94,110)
#64717F
(100,113,127)
#7A8490
(122,132,144)
#9097A1
(144,151,161)
#A6AAB2
(166,170,178)
#BCBDC3
(188,189,195)
#D2D0D4
(210,208,212)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C253B color. Also use rgb(12,37,59) instead hex code.

Text Font Color

.myTextColor { color: #0C253B; }

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

This text font color is #0C253B.


Background Color

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

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

This div background color is #0C253B.


Border color

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

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

This div border color is #0C253B.


Opacity

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

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

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

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

This text has shadow with #0C253B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C253B on black background.


Color preview on white background

This text has color #0C253B on white background.



Black color preview on #0C253B background

This text has black color on #0C253B background.


White color preview on #0C253B background

This text has white color on #0C253B background.