Shades of Cobalt #0F4BAB
Tints of Cobalt #0F4BAB
RGB
CMYK
RGB Variations
Color information
#0F4BAB (or 0x0F4BAB) is known color: Cobalt. HEX triplet: 0F, 4B and AB. RGB value is (15,75,171). Sum of RGB (Red+Green+Blue) = 15+75+171=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F4BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4BAB is #F0B454. Grayscale: #434343. Windows color (decimal): -15774805 or 11225871. OLE color: 11225871.
HSL color Cylindrical-coordinate representation of color #0F4BAB: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4BAB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 75 | 171 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.33 |
| HSL | 216.92º | 0.84% | 0.36% | - |
| HSV(B) | 216.92º | 0.91% | 0.67% | - |
| XYZ | 10.06 | 8.07 | 39.56 | - |
| YUV | 68 | 186.12 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 171 | 0.91 | 0.56 | 0 | 0.33 | 216.92 | 0.84 | 0.36 |
| Hex | F | 4B | AB | 5B | 38 | 0 | 21 | D9 | 54 | 24 |
| Octal | 17 | 113 | 253 | 133 | 70 | 0 | 41 | 331 | 124 | 44 |
| Binary | 1111 | 1001011 | 10101011 | 1011011 | 111000 | 0 | 100001 | 11011001 | 1010100 | 100100 |
Color Harmonies of #0F4BAB
Complementary color
Monochromatic Colors of #0F4BAB
Black with #0F4BAB
Text Example
Text Example
White with #0F4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4BAB; }
p { color: rgb(15,75,171); }
H1.HeaderClassName
{
color: #0F4BAB;
}
.AnyTagClassName
{
color: #0F4BAB;
}
</style>
background-color css
<style>
a { background-color: #0F4BAB; }
a { background-color: rgb(15,75,171); }
div.DivClassName
{
background-color: #0F4BAB;
}
.BgClassName
{
background-color: #0F4BAB;
}
</style>
border-color css
<style>
span { border-color: #0F4BAB; }
span { border-color: rgb(15,75,171); }
td.TdClassName
{
border-color: #0F4BAB;
}
.TagClassName
{
border-color: #0F4BAB;
}
</style>