Shades of Cobalt #0F509C
Tints of Cobalt #0F509C
RGB
CMYK
RGB Variations
Color information
#0F509C (or 0x0F509C) is known color: Cobalt. HEX triplet: 0F, 50 and 9C. RGB value is (15,80,156). Sum of RGB (Red+Green+Blue) = 15+80+156=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F509C is #F0AF63. Grayscale: #444444. Windows color (decimal): -15773540 or 10244111. OLE color: 10244111.
HSL color Cylindrical-coordinate representation of color #0F509C: hue angle of 212.34º 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 #0F509C is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 80 | 156 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.39 |
| HSL | 212.34º | 0.82% | 0.34% | - |
| HSV(B) | 212.34º | 0.9% | 0.61% | - |
| XYZ | 9.07 | 8.24 | 32.56 | - |
| YUV | 69.23 | 176.97 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 156 | 0.90 | 0.49 | 0 | 0.39 | 212.34 | 0.82 | 0.34 |
| Hex | F | 50 | 9C | 5A | 31 | 0 | 27 | D4 | 52 | 22 |
| Octal | 17 | 120 | 234 | 132 | 61 | 0 | 47 | 324 | 122 | 42 |
| Binary | 1111 | 1010000 | 10011100 | 1011010 | 110001 | 0 | 100111 | 11010100 | 1010010 | 100010 |
Color Harmonies of #0F509C
Complementary color
Monochromatic Colors of #0F509C
Black with #0F509C
Text Example
Text Example
White with #0F509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F509C; }
p { color: rgb(15,80,156); }
H1.HeaderClassName
{
color: #0F509C;
}
.AnyTagClassName
{
color: #0F509C;
}
</style>
background-color css
<style>
a { background-color: #0F509C; }
a { background-color: rgb(15,80,156); }
div.DivClassName
{
background-color: #0F509C;
}
.BgClassName
{
background-color: #0F509C;
}
</style>
border-color css
<style>
span { border-color: #0F509C; }
span { border-color: rgb(15,80,156); }
td.TdClassName
{
border-color: #0F509C;
}
.TagClassName
{
border-color: #0F509C;
}
</style>