Html Css Color HEX #0C5997 Cobalt

📋 copy color: '#0C5997'

red 12 ◦ green 89 ◦ blue 151

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

Shades of Cobalt #0C5997

Tints of Cobalt #0C5997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 4.76%
G = 35.32%
B = 59.92%

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

#0C5997 (or 0x0C5997) is known color: Cobalt. HEX triplet: 0C, 59 and 97. RGB value is (12,89,151). Sum of RGB (Red+Green+Blue) = 12+89+151=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C5997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5997 is #F3A668. Grayscale: #484848. Windows color (decimal): -15967849 or 9918732. OLE color: 9918732.

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

Color convert

RGB 12 89 151 -
CMYK 0.92 0.41 0 0.41
HSL 206.76º 0.85% 0.32% -
HSV(B) 206.76º 0.92% 0.59% -
XYZ 9.31 9.46 30.61 -
YUV 73.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 12 89 151 0.92 0.41 0 0.41 206.76 0.85 0.32
Hex C 59 97 5C 29 0 29 CF 55 20
Octal 14 131 227 134 51 0 51 317 125 40
Binary 1100 1011001 10010111 1011100 101001 0 101001 11001111 1010101 100000

Color Harmonies of #0C5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5997

Black with #0C5997

Text Example


Text Example

White with #0C5997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,151); }

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

background-color css

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

 a { background-color: rgb(12,89,151); }

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

border-color css

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

 span { border-color: rgb(12,89,151); }

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