Shades of Cobalt #014BB5
Tints of Cobalt #014BB5
RGB
CMYK
RGB Variations
Color information
#014BB5 (or 0x014BB5) is known color: Cobalt. HEX triplet: 01, 4B and B5. RGB value is (1,75,181). Sum of RGB (Red+Green+Blue) = 1+75+181=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #014BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BB5 is #FEB44A. Grayscale: #404040. Windows color (decimal): -16692299 or 11881217. OLE color: 11881217.
HSL color Cylindrical-coordinate representation of color #014BB5: hue angle of 215.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BB5 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 75 | 181 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.29 |
| HSL | 215.33º | 0.99% | 0.36% | - |
| HSV(B) | 215.33º | 0.99% | 0.71% | - |
| XYZ | 10.87 | 8.37 | 44.76 | - |
| YUV | 64.96 | 193.48 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 181 | 0.99 | 0.59 | 0 | 0.29 | 215.33 | 0.99 | 0.36 |
| Hex | 1 | 4B | B5 | 63 | 3B | 0 | 1D | D7 | 63 | 24 |
| Octal | 1 | 113 | 265 | 143 | 73 | 0 | 35 | 327 | 143 | 44 |
| Binary | 1 | 1001011 | 10110101 | 1100011 | 111011 | 0 | 11101 | 11010111 | 1100011 | 100100 |
Color Harmonies of #014BB5
Complementary color
Monochromatic Colors of #014BB5
Black with #014BB5
Text Example
Text Example
White with #014BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BB5; }
p { color: rgb(1,75,181); }
H1.HeaderClassName
{
color: #014BB5;
}
.AnyTagClassName
{
color: #014BB5;
}
</style>
background-color css
<style>
a { background-color: #014BB5; }
a { background-color: rgb(1,75,181); }
div.DivClassName
{
background-color: #014BB5;
}
.BgClassName
{
background-color: #014BB5;
}
</style>
border-color css
<style>
span { border-color: #014BB5; }
span { border-color: rgb(1,75,181); }
td.TdClassName
{
border-color: #014BB5;
}
.TagClassName
{
border-color: #014BB5;
}
</style>