#0F599B

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

Shades of Cobalt #0F599B

Tints of Cobalt #0F599B

Color information

#0F599B (or 0x0F599B) is unknown color: approx Cobalt. HEX triplet: 0F, 59 and 9B. RGB value is (15,89,155). Sum of RGB (Red+Green+Blue) = 15+89+155=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F599B is #F0A664. Grayscale: #4A4A4A. Windows color (decimal): -15771237 or 10180879. OLE color: 10180879.

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

Color convert

RGB1589155-
CMYK0.900.4300.39
HSL208.29º82.35%33.33%-
HSV(B)208.29º90.32%60.78%-
XYZ9.699.6132.36-
YUV74.4173.4885.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.79%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 155 (60.94% from 255) = 59.85%
R=5.79%
G=34.36%
B=59.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15891550.900.4300.39208.2982.3533.33
HexF599B5A2B027d05221
Octal171312331325304732012241
Binary111110110011001101110110101010110100111110100001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,89,155); }

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

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

 a { background-color: rgb(15,89,155); }

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

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

 span { border-color: rgb(15,89,155); }

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