#0F559C

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

Shades of Cobalt #0F559C

Tints of Cobalt #0F559C

Color information

#0F559C (or 0x0F559C) is unknown color: approx Cobalt. HEX triplet: 0F, 55 and 9C. RGB value is (15,85,156). Sum of RGB (Red+Green+Blue) = 15+85+156=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F559C is #F0AA63. Grayscale: #474747. Windows color (decimal): -15772260 or 10245391. OLE color: 10245391.

HSL color Cylindrical-coordinate representation of color #0F559C: hue angle of 210.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F559C is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1585156-
CMYK0.900.4600.39
HSL210.21º82.46%33.53%-
HSV(B)210.21º90.38%61.18%-
XYZ9.45932.69-
YUV72.16175.3187.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 60.94%
R=5.86%
G=33.20%
B=60.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15851560.900.4600.39210.2182.4633.53
HexF559C5A2E027d25222
Octal171252341325604732212242
Binary111110101011001110010110101011100100111110100101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,85,156); }

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

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

 a { background-color: rgb(15,85,156); }

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

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

 span { border-color: rgb(15,85,156); }

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