Shades of Cobalt #01449B
Tints of Cobalt #01449B
RGB
CMYK
RGB Variations
Color information
#01449B (or 0x01449B) is known color: Cobalt. HEX triplet: 01, 44 and 9B. RGB value is (1,68,155). Sum of RGB (Red+Green+Blue) = 1+68+155=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #01449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01449B is #FEBB64. Grayscale: #393939. Windows color (decimal): -16694117 or 10175489. OLE color: 10175489.
HSL color Cylindrical-coordinate representation of color #01449B: hue angle of 213.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01449B is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 68 | 155 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.39 |
| HSL | 213.9º | 0.99% | 0.31% | - |
| HSV(B) | 213.9º | 0.99% | 0.61% | - |
| XYZ | 8 | 6.51 | 31.84 | - |
| YUV | 57.89 | 182.8 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 155 | 0.99 | 0.56 | 0 | 0.39 | 213.9 | 0.99 | 0.31 |
| Hex | 1 | 44 | 9B | 63 | 38 | 0 | 27 | D6 | 63 | 1F |
| Octal | 1 | 104 | 233 | 143 | 70 | 0 | 47 | 326 | 143 | 37 |
| Binary | 1 | 1000100 | 10011011 | 1100011 | 111000 | 0 | 100111 | 11010110 | 1100011 | 11111 |
Color Harmonies of #01449B
Complementary color
Monochromatic Colors of #01449B
Black with #01449B
Text Example
Text Example
White with #01449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01449B; }
p { color: rgb(1,68,155); }
H1.HeaderClassName
{
color: #01449B;
}
.AnyTagClassName
{
color: #01449B;
}
</style>
background-color css
<style>
a { background-color: #01449B; }
a { background-color: rgb(1,68,155); }
div.DivClassName
{
background-color: #01449B;
}
.BgClassName
{
background-color: #01449B;
}
</style>
border-color css
<style>
span { border-color: #01449B; }
span { border-color: rgb(1,68,155); }
td.TdClassName
{
border-color: #01449B;
}
.TagClassName
{
border-color: #01449B;
}
</style>