Html Css Color HEX #0C5198 Cobalt

📋 copy color: '#0C5198'

red 12 ◦ green 81 ◦ blue 152

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

Shades of Cobalt #0C5198

Tints of Cobalt #0C5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

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

R = 4.9%
G = 33.06%
B = 62.04%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C5198 (or 0x0C5198) is known color: Cobalt. HEX triplet: 0C, 51 and 98. RGB value is (12,81,152). Sum of RGB (Red+Green+Blue) = 12+81+152=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C5198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5198 is #F3AE67. Grayscale: #444444. Windows color (decimal): -15969896 or 9982220. OLE color: 9982220.

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

Color convert

RGB 12 81 152 -
CMYK 0.92 0.47 0 0.40
HSL 210.43º 0.85% 0.32% -
HSV(B) 210.43º 0.92% 0.6% -
XYZ 8.76 8.23 30.83 -
YUV 68.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 12 81 152 0.92 0.47 0 0.40 210.43 0.85 0.32
Hex C 51 98 5C 2F 0 28 D2 55 20
Octal 14 121 230 134 57 0 50 322 125 40
Binary 1100 1010001 10011000 1011100 101111 0 101000 11010010 1010101 100000

Color Harmonies of #0C5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5198

Black with #0C5198

Text Example


Text Example

White with #0C5198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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