Html Css Color HEX #0C4A71 Dark Cerulean

📋 copy color: '#0C4A71'

red 12 ◦ green 74 ◦ blue 113

#0C4A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0C4A71

Tints of Dark Cerulean #0C4A71

RGB

 RED value IS 12 (5.08% from 255) = 6.03%

 GREEN value IS 74 (29.3% from 255) = 37.19%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 6.03%
G = 37.19%
B = 56.78%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C4A71 (or 0x0C4A71) is known color: Dark Cerulean. HEX triplet: 0C, 4A and 71. RGB value is (12,74,113). Sum of RGB (Red+Green+Blue) = 12+74+113=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C4A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4A71 is #F3B58E. Grayscale: #3B3B3B. Windows color (decimal): -15971727 or 7424524. OLE color: 7424524.

HSL color Cylindrical-coordinate representation of color #0C4A71: hue angle of 203.17º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4A71 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 74 113 -
CMYK 0.89 0.35 0 0.56
HSL 203.17º 0.81% 0.25% -
HSV(B) 203.17º 0.89% 0.44% -
XYZ 5.58 6.17 16.52 -
YUV 59.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 12 74 113 0.89 0.35 0 0.56 203.17 0.81 0.25
Hex C 4A 71 59 23 0 38 CB 51 19
Octal 14 112 161 131 43 0 70 313 121 31
Binary 1100 1001010 1110001 1011001 100011 0 111000 11001011 1010001 11001

Color Harmonies of #0C4A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A71

Black with #0C4A71

Text Example


Text Example

White with #0C4A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C4A71; }

 p { color: rgb(12,74,113); }

 H1.HeaderClassName
 {
   color: #0C4A71;
 }
 .AnyTagClassName
 {
   color: #0C4A71;
 }
</style>

background-color css

<style>
 a { background-color: #0C4A71; }

 a { background-color: rgb(12,74,113); }

 div.DivClassName
 {
   background-color: #0C4A71;
 }
 .BgClassName
 {
   background-color: #0C4A71;
 }
</style>

border-color css

<style>
 span { border-color: #0C4A71; }

 span { border-color: rgb(12,74,113); }

 td.TdClassName
 {
   border-color: #0C4A71;
 }
 .TagClassName
 {
   border-color: #0C4A71;
 }
</style>