Shades of Cobalt #0145CE
Tints of Cobalt #0145CE
RGB
CMYK
RGB Variations
Color information
#0145CE (or 0x0145CE) is known color: Cobalt. HEX triplet: 01, 45 and CE. RGB value is (1,69,206). Sum of RGB (Red+Green+Blue) = 1+69+206=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #0145CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0145CE is #FEBA31. Grayscale: #3F3F3F. Windows color (decimal): -16693810 or 13518081. OLE color: 13518081.
HSL color Cylindrical-coordinate representation of color #0145CE: hue angle of 220.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0145CE is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 69 | 206 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.19 |
| HSL | 220.1º | 0.99% | 0.41% | - |
| HSV(B) | 220.1º | 1% | 0.81% | - |
| XYZ | 13.28 | 8.72 | 59.38 | - |
| YUV | 64.29 | 207.97 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 206 | 1.00 | 0.67 | 0 | 0.19 | 220.1 | 0.99 | 0.41 |
| Hex | 1 | 45 | CE | 64 | 43 | 0 | 13 | DC | 63 | 29 |
| Octal | 1 | 105 | 316 | 144 | 103 | 0 | 23 | 334 | 143 | 51 |
| Binary | 1 | 1000101 | 11001110 | 1100100 | 1000011 | 0 | 10011 | 11011100 | 1100011 | 101001 |
Color Harmonies of #0145CE
Complementary color
Monochromatic Colors of #0145CE
Black with #0145CE
Text Example
Text Example
White with #0145CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0145CE; }
p { color: rgb(1,69,206); }
H1.HeaderClassName
{
color: #0145CE;
}
.AnyTagClassName
{
color: #0145CE;
}
</style>
background-color css
<style>
a { background-color: #0145CE; }
a { background-color: rgb(1,69,206); }
div.DivClassName
{
background-color: #0145CE;
}
.BgClassName
{
background-color: #0145CE;
}
</style>
border-color css
<style>
span { border-color: #0145CE; }
span { border-color: rgb(1,69,206); }
td.TdClassName
{
border-color: #0145CE;
}
.TagClassName
{
border-color: #0145CE;
}
</style>