Shades of Cobalt #0F4BB8
Tints of Cobalt #0F4BB8
RGB
CMYK
RGB Variations
Color information
#0F4BB8 (or 0x0F4BB8) is known color: Cobalt. HEX triplet: 0F, 4B and B8. RGB value is (15,75,184). Sum of RGB (Red+Green+Blue) = 15+75+184=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 184 (72.27% from 255 or 67.15% from 274); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F4BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4BB8 is #F0B447. Grayscale: #444444. Windows color (decimal): -15774792 or 12077839. OLE color: 12077839.
HSL color Cylindrical-coordinate representation of color #0F4BB8: hue angle of 218.7º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4BB8 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 75 | 184 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.28 |
| HSL | 218.7º | 0.85% | 0.39% | - |
| HSV(B) | 218.7º | 0.92% | 0.72% | - |
| XYZ | 11.36 | 8.59 | 46.41 | - |
| YUV | 69.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 184 | 0.92 | 0.59 | 0 | 0.28 | 218.7 | 0.85 | 0.39 |
| Hex | F | 4B | B8 | 5C | 3B | 0 | 1C | DB | 55 | 27 |
| Octal | 17 | 113 | 270 | 134 | 73 | 0 | 34 | 333 | 125 | 47 |
| Binary | 1111 | 1001011 | 10111000 | 1011100 | 111011 | 0 | 11100 | 11011011 | 1010101 | 100111 |
Color Harmonies of #0F4BB8
Complementary color
Monochromatic Colors of #0F4BB8
Black with #0F4BB8
Text Example
Text Example
White with #0F4BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4BB8; }
p { color: rgb(15,75,184); }
H1.HeaderClassName
{
color: #0F4BB8;
}
.AnyTagClassName
{
color: #0F4BB8;
}
</style>
background-color css
<style>
a { background-color: #0F4BB8; }
a { background-color: rgb(15,75,184); }
div.DivClassName
{
background-color: #0F4BB8;
}
.BgClassName
{
background-color: #0F4BB8;
}
</style>
border-color css
<style>
span { border-color: #0F4BB8; }
span { border-color: rgb(15,75,184); }
td.TdClassName
{
border-color: #0F4BB8;
}
.TagClassName
{
border-color: #0F4BB8;
}
</style>