Html Css Color HEX #0C4A87 Dark Cerulean

📋 copy color: '#0C4A87'

red 12 ◦ green 74 ◦ blue 135

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

Shades of Dark Cerulean #0C4A87

Tints of Dark Cerulean #0C4A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 5.43%
G = 33.48%
B = 61.09%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C4A87 (or 0x0C4A87) is known color: Dark Cerulean. HEX triplet: 0C, 4A and 87. RGB value is (12,74,135). Sum of RGB (Red+Green+Blue) = 12+74+135=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C4A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4A87 is #F3B578. Grayscale: #3E3E3E. Windows color (decimal): -15971705 or 8866316. OLE color: 8866316.

HSL color Cylindrical-coordinate representation of color #0C4A87: hue angle of 209.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4A87 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 74 135 -
CMYK 0.91 0.45 0 0.47
HSL 209.76º 0.84% 0.29% -
HSV(B) 209.76º 0.91% 0.53% -
XYZ 6.97 6.72 23.85 -
YUV 62.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 12 74 135 0.91 0.45 0 0.47 209.76 0.84 0.29
Hex C 4A 87 5B 2D 0 2F D2 54 1D
Octal 14 112 207 133 55 0 57 322 124 35
Binary 1100 1001010 10000111 1011011 101101 0 101111 11010010 1010100 11101

Color Harmonies of #0C4A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A87

Black with #0C4A87

Text Example


Text Example

White with #0C4A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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