Shades of Cobalt #01409F
Tints of Cobalt #01409F
RGB
CMYK
RGB Variations
Color information
#01409F (or 0x01409F) is known color: Cobalt. HEX triplet: 01, 40 and 9F. RGB value is (1,64,159). Sum of RGB (Red+Green+Blue) = 1+64+159=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #01409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01409F is #FEBF60. Grayscale: #373737. Windows color (decimal): -16695137 or 10436609. OLE color: 10436609.
HSL color Cylindrical-coordinate representation of color #01409F: hue angle of 216.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01409F is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 64 | 159 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.38 |
| HSL | 216.08º | 0.99% | 0.31% | - |
| HSV(B) | 216.08º | 0.99% | 0.62% | - |
| XYZ | 8.1 | 6.18 | 33.57 | - |
| YUV | 55.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 159 | 0.99 | 0.60 | 0 | 0.38 | 216.08 | 0.99 | 0.31 |
| Hex | 1 | 40 | 9F | 63 | 3C | 0 | 26 | D8 | 63 | 1F |
| Octal | 1 | 100 | 237 | 143 | 74 | 0 | 46 | 330 | 143 | 37 |
| Binary | 1 | 1000000 | 10011111 | 1100011 | 111100 | 0 | 100110 | 11011000 | 1100011 | 11111 |
Color Harmonies of #01409F
Complementary color
Monochromatic Colors of #01409F
Black with #01409F
Text Example
Text Example
White with #01409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01409F; }
p { color: rgb(1,64,159); }
H1.HeaderClassName
{
color: #01409F;
}
.AnyTagClassName
{
color: #01409F;
}
</style>
background-color css
<style>
a { background-color: #01409F; }
a { background-color: rgb(1,64,159); }
div.DivClassName
{
background-color: #01409F;
}
.BgClassName
{
background-color: #01409F;
}
</style>
border-color css
<style>
span { border-color: #01409F; }
span { border-color: rgb(1,64,159); }
td.TdClassName
{
border-color: #01409F;
}
.TagClassName
{
border-color: #01409F;
}
</style>