#0F5199

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

Shades of Cobalt #0F5199

Tints of Cobalt #0F5199

Color information

#0F5199 (or 0x0F5199) is unknown color: approx Cobalt. HEX triplet: 0F, 51 and 99. RGB value is (15,81,153). Sum of RGB (Red+Green+Blue) = 15+81+153=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F5199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5199 is #F0AE66. Grayscale: #454545. Windows color (decimal): -15773287 or 10047759. OLE color: 10047759.

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

Color convert

RGB1581153-
CMYK0.900.4700.4
HSL211.3º82.14%32.94%-
HSV(B)211.3º90.2%60%-
XYZ8.898.2931.27-
YUV69.47175.1389.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=6.02%
G=32.53%
B=61.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15811530.900.4700.4211.382.1432.94
HexF51995A2F028d35221
Octal171212311325705032312241
Binary111110100011001100110110101011110101000110100111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,81,153); }

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

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

 a { background-color: rgb(15,81,153); }

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

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

 span { border-color: rgb(15,81,153); }

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