Html Css Color HEX #0C5896 Dark Cerulean

📋 copy color: '#0C5896'

red 12 ◦ green 88 ◦ blue 150

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

Shades of Dark Cerulean #0C5896

Tints of Dark Cerulean #0C5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 150 (58.98% from 255) = 60%

R = 4.8%
G = 35.2%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0C5896 (or 0x0C5896) is known color: Dark Cerulean. HEX triplet: 0C, 58 and 96. RGB value is (12,88,150). Sum of RGB (Red+Green+Blue) = 12+88+150=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C5896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5896 is #F3A769. Grayscale: #484848. Windows color (decimal): -15968106 or 9852940. OLE color: 9852940.

HSL color Cylindrical-coordinate representation of color #0C5896: hue angle of 206.96º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5896 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 88 150 -
CMYK 0.92 0.41 0 0.41
HSL 206.96º 0.85% 0.32% -
HSV(B) 206.96º 0.92% 0.59% -
XYZ 9.15 9.26 30.16 -
YUV 72.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 12 88 150 0.92 0.41 0 0.41 206.96 0.85 0.32
Hex C 58 96 5C 29 0 29 CF 55 20
Octal 14 130 226 134 51 0 51 317 125 40
Binary 1100 1011000 10010110 1011100 101001 0 101001 11001111 1010101 100000

Color Harmonies of #0C5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5896

Black with #0C5896

Text Example


Text Example

White with #0C5896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,88,150); }

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

background-color css

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

 a { background-color: rgb(12,88,150); }

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

border-color css

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

 span { border-color: rgb(12,88,150); }

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