Html Css Color HEX #0C4787 Dark Cerulean

📋 copy color: '#0C4787'

red 12 ◦ green 71 ◦ blue 135

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

Shades of Dark Cerulean #0C4787

Tints of Dark Cerulean #0C4787

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 5.5%
G = 32.57%
B = 61.93%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C4787 (or 0x0C4787) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 87. RGB value is (12,71,135). Sum of RGB (Red+Green+Blue) = 12+71+135=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C4787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4787 is #F3B878. Grayscale: #3C3C3C. Windows color (decimal): -15972473 or 8865548. OLE color: 8865548.

HSL color Cylindrical-coordinate representation of color #0C4787: hue angle of 211.22º 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 #0C4787 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 71 135 -
CMYK 0.91 0.47 0 0.47
HSL 211.22º 0.84% 0.29% -
HSV(B) 211.22º 0.91% 0.53% -
XYZ 6.78 6.33 23.79 -
YUV 60.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 12 71 135 0.91 0.47 0 0.47 211.22 0.84 0.29
Hex C 47 87 5B 2F 0 2F D3 54 1D
Octal 14 107 207 133 57 0 57 323 124 35
Binary 1100 1000111 10000111 1011011 101111 0 101111 11010011 1010100 11101

Color Harmonies of #0C4787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4787

Black with #0C4787

Text Example


Text Example

White with #0C4787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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