#0c5b99

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

Shades of Cobalt #0C5B99

Tints of Cobalt #0C5B99

Color information

#0C5B99 (or 0x0C5B99) is unknown color: approx Cobalt. HEX triplet: 0C, 5B and 99. RGB value is (12,91,153). Sum of RGB (Red+Green+Blue) = 12+91+153=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C5B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5B99 is #F3A466. Grayscale: #4A4A4A. Windows color (decimal): -15967335 or 10050316. OLE color: 10050316.

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

Color convert

RGB1291153-
CMYK0.920.4100.4
HSL206.38º85.45%32.35%-
HSV(B)206.38º92.16%60%-
XYZ9.649.8631.53-
YUV74.45172.3383.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=4.69%
G=35.55%
B=59.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12911530.920.4100.4206.3885.4532.35
HexC5B995C29028ce5520
Octal141332311345105031612540
Binary110010110111001100110111001010010101000110011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c5b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,153); }

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

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

 a { background-color: rgb(12,91,153); }

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

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

 span { border-color: rgb(12,91,153); }

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