Html Css Color HEX #0C4689 Dark Cerulean

📋 copy color: '#0C4689'

red 12 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #0C4689

Tints of Dark Cerulean #0C4689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 5.48%
G = 31.96%
B = 62.56%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C4689 (or 0x0C4689) is known color: Dark Cerulean. HEX triplet: 0C, 46 and 89. RGB value is (12,70,137). Sum of RGB (Red+Green+Blue) = 12+70+137=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C4689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4689 is #F3B976. Grayscale: #3B3B3B. Windows color (decimal): -15972727 or 8996364. OLE color: 8996364.

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

Color convert

RGB 12 70 137 -
CMYK 0.91 0.49 0 0.46
HSL 212.16º 0.84% 0.29% -
HSV(B) 212.16º 0.91% 0.54% -
XYZ 6.86 6.26 24.51 -
YUV 60.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 12 70 137 0.91 0.49 0 0.46 212.16 0.84 0.29
Hex C 46 89 5B 31 0 2E D4 54 1D
Octal 14 106 211 133 61 0 56 324 124 35
Binary 1100 1000110 10001001 1011011 110001 0 101110 11010100 1010100 11101

Color Harmonies of #0C4689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4689

Black with #0C4689

Text Example


Text Example

White with #0C4689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,137); }

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

background-color css

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

 a { background-color: rgb(12,70,137); }

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

border-color css

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

 span { border-color: rgb(12,70,137); }

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