#0F5499

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

Shades of Cobalt #0F5499

Tints of Cobalt #0F5499

Color information

#0F5499 (or 0x0F5499) is unknown color: approx Cobalt. HEX triplet: 0F, 54 and 99. RGB value is (15,84,153). Sum of RGB (Red+Green+Blue) = 15+84+153=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F5499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5499 is #F0AB66. Grayscale: #464646. Windows color (decimal): -15772519 or 10048527. OLE color: 10048527.

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

Color convert

RGB1584153-
CMYK0.900.4500.4
HSL210º82.14%32.94%-
HSV(B)210º90.2%60%-
XYZ9.128.7431.34-
YUV71.24174.1487.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=5.95%
G=33.33%
B=60.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15841530.900.4500.421082.1432.94
HexF54995A2D028d25221
Octal171242311325505032212241
Binary111110101001001100110110101011010101000110100101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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