Html Css Color HEX #0C5998 Cobalt

📋 copy color: '#0C5998'

red 12 ◦ green 89 ◦ blue 152

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

Shades of Cobalt #0C5998

Tints of Cobalt #0C5998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.08%

R = 4.74%
G = 35.18%
B = 60.08%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C5998 (or 0x0C5998) is known color: Cobalt. HEX triplet: 0C, 59 and 98. RGB value is (12,89,152). Sum of RGB (Red+Green+Blue) = 12+89+152=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C5998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5998 is #F3A667. Grayscale: #484848. Windows color (decimal): -15967848 or 9984268. OLE color: 9984268.

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

Color convert

RGB 12 89 152 -
CMYK 0.92 0.41 0 0.40
HSL 207º 0.85% 0.32% -
HSV(B) 207º 0.92% 0.6% -
XYZ 9.39 9.49 31.04 -
YUV 73.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 12 89 152 0.92 0.41 0 0.40 207 0.85 0.32
Hex C 59 98 5C 29 0 28 CF 55 20
Octal 14 131 230 134 51 0 50 317 125 40
Binary 1100 1011001 10011000 1011100 101001 0 101000 11001111 1010101 100000

Color Harmonies of #0C5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5998

Black with #0C5998

Text Example


Text Example

White with #0C5998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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