Shades of Cobalt #0F529A
Tints of Cobalt #0F529A
RGB
CMYK
RGB Variations
Color information
#0F529A (or 0x0F529A) is known color: Cobalt. HEX triplet: 0F, 52 and 9A. RGB value is (15,82,154). Sum of RGB (Red+Green+Blue) = 15+82+154=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F529A is #F0AD65. Grayscale: #454545. Windows color (decimal): -15773030 or 10113551. OLE color: 10113551.
HSL color Cylindrical-coordinate representation of color #0F529A: hue angle of 211.08º 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 #0F529A is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 82 | 154 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.40 |
| HSL | 211.08º | 0.82% | 0.33% | - |
| HSV(B) | 211.08º | 0.9% | 0.6% | - |
| XYZ | 9.05 | 8.47 | 31.73 | - |
| YUV | 70.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 154 | 0.90 | 0.47 | 0 | 0.40 | 211.08 | 0.82 | 0.33 |
| Hex | F | 52 | 9A | 5A | 2F | 0 | 28 | D3 | 52 | 21 |
| Octal | 17 | 122 | 232 | 132 | 57 | 0 | 50 | 323 | 122 | 41 |
| Binary | 1111 | 1010010 | 10011010 | 1011010 | 101111 | 0 | 101000 | 11010011 | 1010010 | 100001 |
Color Harmonies of #0F529A
Complementary color
Monochromatic Colors of #0F529A
Black with #0F529A
Text Example
Text Example
White with #0F529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F529A; }
p { color: rgb(15,82,154); }
H1.HeaderClassName
{
color: #0F529A;
}
.AnyTagClassName
{
color: #0F529A;
}
</style>
background-color css
<style>
a { background-color: #0F529A; }
a { background-color: rgb(15,82,154); }
div.DivClassName
{
background-color: #0F529A;
}
.BgClassName
{
background-color: #0F529A;
}
</style>
border-color css
<style>
span { border-color: #0F529A; }
span { border-color: rgb(15,82,154); }
td.TdClassName
{
border-color: #0F529A;
}
.TagClassName
{
border-color: #0F529A;
}
</style>