Html Css Color HEX #0C446C Dark Cerulean

📋 copy color: '#0C446C'

red 12 ◦ green 68 ◦ blue 108

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

Shades of Dark Cerulean #0C446C

Tints of Dark Cerulean #0C446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 6.38%
G = 36.17%
B = 57.45%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C446C (or 0x0C446C) is known color: Dark Cerulean. HEX triplet: 0C, 44 and 6C. RGB value is (12,68,108). Sum of RGB (Red+Green+Blue) = 12+68+108=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C446C is #F3BB93. Grayscale: #373737. Windows color (decimal): -15973268 or 7095308. OLE color: 7095308.

HSL color Cylindrical-coordinate representation of color #0C446C: hue angle of 205º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C446C is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 68 108 -
CMYK 0.89 0.37 0 0.58
HSL 205º 0.8% 0.24% -
HSV(B) 205º 0.89% 0.42% -
XYZ 4.93 5.3 14.95 -
YUV 55.82 157.45 96.75 -
System Red Green Blue C M Y K H S L
Decimal 12 68 108 0.89 0.37 0 0.58 205 0.8 0.24
Hex C 44 6C 59 25 0 3A CD 50 18
Octal 14 104 154 131 45 0 72 315 120 30
Binary 1100 1000100 1101100 1011001 100101 0 111010 11001101 1010000 11000

Color Harmonies of #0C446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C446C

Black with #0C446C

Text Example


Text Example

White with #0C446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,108); }

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

background-color css

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

 a { background-color: rgb(12,68,108); }

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

border-color css

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

 span { border-color: rgb(12,68,108); }

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