Shades of Cobalt #0F57A8
Tints of Cobalt #0F57A8
RGB
CMYK
RGB Variations
Color information
#0F57A8 (or 0x0F57A8) is known color: Cobalt. HEX triplet: 0F, 57 and A8. RGB value is (15,87,168). Sum of RGB (Red+Green+Blue) = 15+87+168=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 168 (66.02% from 255 or 62.22% from 270); Max value from RGB is 168 - color contains mainly: blue. Hex color #0F57A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F57A8 is #F0A857. Grayscale: #4A4A4A. Windows color (decimal): -15771736 or 11032335. OLE color: 11032335.
HSL color Cylindrical-coordinate representation of color #0F57A8: hue angle of 211.76º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F57A8 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 87 | 168 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.34 |
| HSL | 211.76º | 0.84% | 0.36% | - |
| HSV(B) | 211.76º | 0.91% | 0.66% | - |
| XYZ | 10.67 | 9.75 | 38.36 | - |
| YUV | 74.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 168 | 0.91 | 0.48 | 0 | 0.34 | 211.76 | 0.84 | 0.36 |
| Hex | F | 57 | A8 | 5B | 30 | 0 | 22 | D4 | 54 | 24 |
| Octal | 17 | 127 | 250 | 133 | 60 | 0 | 42 | 324 | 124 | 44 |
| Binary | 1111 | 1010111 | 10101000 | 1011011 | 110000 | 0 | 100010 | 11010100 | 1010100 | 100100 |
Color Harmonies of #0F57A8
Complementary color
Monochromatic Colors of #0F57A8
Black with #0F57A8
Text Example
Text Example
White with #0F57A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F57A8; }
p { color: rgb(15,87,168); }
H1.HeaderClassName
{
color: #0F57A8;
}
.AnyTagClassName
{
color: #0F57A8;
}
</style>
background-color css
<style>
a { background-color: #0F57A8; }
a { background-color: rgb(15,87,168); }
div.DivClassName
{
background-color: #0F57A8;
}
.BgClassName
{
background-color: #0F57A8;
}
</style>
border-color css
<style>
span { border-color: #0F57A8; }
span { border-color: rgb(15,87,168); }
td.TdClassName
{
border-color: #0F57A8;
}
.TagClassName
{
border-color: #0F57A8;
}
</style>