Shades of Cobalt #0245A2
Tints of Cobalt #0245A2
RGB
CMYK
RGB Variations
Color information
#0245A2 (or 0x0245A2) is known color: Cobalt. HEX triplet: 02, 45 and A2. RGB value is (2,69,162). Sum of RGB (Red+Green+Blue) = 2+69+162=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #0245A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0245A2 is #FDBA5D. Grayscale: #3B3B3B. Windows color (decimal): -16628318 or 10634498. OLE color: 10634498.
HSL color Cylindrical-coordinate representation of color #0245A2: hue angle of 214.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245A2 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 69 | 162 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.36 |
| HSL | 214.88º | 0.98% | 0.32% | - |
| HSV(B) | 214.88º | 0.99% | 0.64% | - |
| XYZ | 8.67 | 6.88 | 35.05 | - |
| YUV | 59.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 162 | 0.99 | 0.57 | 0 | 0.36 | 214.88 | 0.98 | 0.32 |
| Hex | 2 | 45 | A2 | 63 | 39 | 0 | 24 | D7 | 62 | 20 |
| Octal | 2 | 105 | 242 | 143 | 71 | 0 | 44 | 327 | 142 | 40 |
| Binary | 10 | 1000101 | 10100010 | 1100011 | 111001 | 0 | 100100 | 11010111 | 1100010 | 100000 |
Color Harmonies of #0245A2
Complementary color
Monochromatic Colors of #0245A2
Black with #0245A2
Text Example
Text Example
White with #0245A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245A2; }
p { color: rgb(2,69,162); }
H1.HeaderClassName
{
color: #0245A2;
}
.AnyTagClassName
{
color: #0245A2;
}
</style>
background-color css
<style>
a { background-color: #0245A2; }
a { background-color: rgb(2,69,162); }
div.DivClassName
{
background-color: #0245A2;
}
.BgClassName
{
background-color: #0245A2;
}
</style>
border-color css
<style>
span { border-color: #0245A2; }
span { border-color: rgb(2,69,162); }
td.TdClassName
{
border-color: #0245A2;
}
.TagClassName
{
border-color: #0245A2;
}
</style>