Html Css Color HEX #0C4869 Dark Cerulean

📋 copy color: '#0C4869'

red 12 ◦ green 72 ◦ blue 105

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

Shades of Dark Cerulean #0C4869

Tints of Dark Cerulean #0C4869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

 BLUE value IS 105 (41.41% from 255) = 55.56%

R = 6.35%
G = 38.1%
B = 55.56%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C4869 (or 0x0C4869) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 69. RGB value is (12,72,105). Sum of RGB (Red+Green+Blue) = 12+72+105=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C4869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4869 is #F3B796. Grayscale: #393939. Windows color (decimal): -15972247 or 6899724. OLE color: 6899724.

HSL color Cylindrical-coordinate representation of color #0C4869: hue angle of 201.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4869 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 72 105 -
CMYK 0.89 0.31 0 0.59
HSL 201.29º 0.79% 0.23% -
HSV(B) 201.29º 0.89% 0.41% -
XYZ 5.02 5.73 14.21 -
YUV 57.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 12 72 105 0.89 0.31 0 0.59 201.29 0.79 0.23
Hex C 48 69 59 1F 0 3B C9 4F 17
Octal 14 110 151 131 37 0 73 311 117 27
Binary 1100 1001000 1101001 1011001 11111 0 111011 11001001 1001111 10111

Color Harmonies of #0C4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4869

Black with #0C4869

Text Example


Text Example

White with #0C4869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,72,105); }

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

background-color css

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

 a { background-color: rgb(12,72,105); }

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

border-color css

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

 span { border-color: rgb(12,72,105); }

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