Shades of Cobalt #0F4BA3
Tints of Cobalt #0F4BA3
RGB
CMYK
RGB Variations
Color information
#0F4BA3 (or 0x0F4BA3) is known color: Cobalt. HEX triplet: 0F, 4B and A3. RGB value is (15,75,163). Sum of RGB (Red+Green+Blue) = 15+75+163=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 163 (64.06% from 255 or 64.43% from 253); Max value from RGB is 163 - color contains mainly: blue. Hex color #0F4BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4BA3 is #F0B45C. Grayscale: #424242. Windows color (decimal): -15774813 or 10701583. OLE color: 10701583.
HSL color Cylindrical-coordinate representation of color #0F4BA3: hue angle of 215.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4BA3 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 75 | 163 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.36 |
| HSL | 215.68º | 0.83% | 0.35% | - |
| HSV(B) | 215.68º | 0.91% | 0.64% | - |
| XYZ | 9.32 | 7.78 | 35.66 | - |
| YUV | 67.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 163 | 0.91 | 0.54 | 0 | 0.36 | 215.68 | 0.83 | 0.35 |
| Hex | F | 4B | A3 | 5B | 36 | 0 | 24 | D8 | 53 | 23 |
| Octal | 17 | 113 | 243 | 133 | 66 | 0 | 44 | 330 | 123 | 43 |
| Binary | 1111 | 1001011 | 10100011 | 1011011 | 110110 | 0 | 100100 | 11011000 | 1010011 | 100011 |
Color Harmonies of #0F4BA3
Complementary color
Monochromatic Colors of #0F4BA3
Black with #0F4BA3
Text Example
Text Example
White with #0F4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4BA3; }
p { color: rgb(15,75,163); }
H1.HeaderClassName
{
color: #0F4BA3;
}
.AnyTagClassName
{
color: #0F4BA3;
}
</style>
background-color css
<style>
a { background-color: #0F4BA3; }
a { background-color: rgb(15,75,163); }
div.DivClassName
{
background-color: #0F4BA3;
}
.BgClassName
{
background-color: #0F4BA3;
}
</style>
border-color css
<style>
span { border-color: #0F4BA3; }
span { border-color: rgb(15,75,163); }
td.TdClassName
{
border-color: #0F4BA3;
}
.TagClassName
{
border-color: #0F4BA3;
}
</style>