#0C5498

Color #0C5498 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0C5498

Tints of Cobalt #0C5498

Color information

#0C5498 (or 0x0C5498) is unknown color: approx Cobalt. HEX triplet: 0C, 54 and 98. RGB value is (12,84,152). Sum of RGB (Red+Green+Blue) = 12+84+152=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C5498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5498 is #F3AB67. Grayscale: #454545. Windows color (decimal): -15969128 or 9982988. OLE color: 9982988.

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

Color convert

RGB1284152-
CMYK0.920.4500.40
HSL209.14º85.37%32.16%-
HSV(B)209.14º92.11%59.61%-
XYZ8.998.6930.91-
YUV70.22174.1586.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=4.84%
G=33.87%
B=61.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12841520.920.4500.40209.1485.3732.16
HexC54985C2D028d15520
Octal141242301345505032112540
Binary110010101001001100010111001011010101000110100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C5498;
 }
 .AnyTagClassName
 {
   color: #0C5498;
 }
</style>
background-color css

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

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

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

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

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

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