Shades of Cobalt #0145CA
Tints of Cobalt #0145CA
RGB
CMYK
RGB Variations
Color information
#0145CA (or 0x0145CA) is known color: Cobalt. HEX triplet: 01, 45 and CA. RGB value is (1,69,202). Sum of RGB (Red+Green+Blue) = 1+69+202=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #0145CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0145CA is #FEBA35. Grayscale: #3F3F3F. Windows color (decimal): -16693814 or 13255937. OLE color: 13255937.
HSL color Cylindrical-coordinate representation of color #0145CA: hue angle of 219.7º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0145CA is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 69 | 202 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.21 |
| HSL | 219.7º | 0.99% | 0.4% | - |
| HSV(B) | 219.7º | 1% | 0.79% | - |
| XYZ | 12.8 | 8.53 | 56.85 | - |
| YUV | 63.83 | 205.97 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 202 | 1.00 | 0.66 | 0 | 0.21 | 219.7 | 0.99 | 0.4 |
| Hex | 1 | 45 | CA | 64 | 42 | 0 | 15 | DC | 63 | 28 |
| Octal | 1 | 105 | 312 | 144 | 102 | 0 | 25 | 334 | 143 | 50 |
| Binary | 1 | 1000101 | 11001010 | 1100100 | 1000010 | 0 | 10101 | 11011100 | 1100011 | 101000 |
Color Harmonies of #0145CA
Complementary color
Monochromatic Colors of #0145CA
Black with #0145CA
Text Example
Text Example
White with #0145CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0145CA; }
p { color: rgb(1,69,202); }
H1.HeaderClassName
{
color: #0145CA;
}
.AnyTagClassName
{
color: #0145CA;
}
</style>
background-color css
<style>
a { background-color: #0145CA; }
a { background-color: rgb(1,69,202); }
div.DivClassName
{
background-color: #0145CA;
}
.BgClassName
{
background-color: #0145CA;
}
</style>
border-color css
<style>
span { border-color: #0145CA; }
span { border-color: rgb(1,69,202); }
td.TdClassName
{
border-color: #0145CA;
}
.TagClassName
{
border-color: #0145CA;
}
</style>