Shades of Cobalt #023DAA
Tints of Cobalt #023DAA
RGB
CMYK
RGB Variations
Color information
#023DAA (or 0x023DAA) is known color: Cobalt. HEX triplet: 02, 3D and AA. RGB value is (2,61,170). Sum of RGB (Red+Green+Blue) = 2+61+170=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #023DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DAA is #FDC255. Grayscale: #373737. Windows color (decimal): -16630358 or 11156738. OLE color: 11156738.
HSL color Cylindrical-coordinate representation of color #023DAA: hue angle of 218.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DAA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 61 | 170 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.33 |
| HSL | 218.93º | 0.98% | 0.34% | - |
| HSV(B) | 218.93º | 0.99% | 0.67% | - |
| XYZ | 8.95 | 6.25 | 38.77 | - |
| YUV | 55.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 170 | 0.99 | 0.64 | 0 | 0.33 | 218.93 | 0.98 | 0.34 |
| Hex | 2 | 3D | AA | 63 | 40 | 0 | 21 | DB | 62 | 22 |
| Octal | 2 | 75 | 252 | 143 | 100 | 0 | 41 | 333 | 142 | 42 |
| Binary | 10 | 111101 | 10101010 | 1100011 | 1000000 | 0 | 100001 | 11011011 | 1100010 | 100010 |
Color Harmonies of #023DAA
Complementary color
Monochromatic Colors of #023DAA
Black with #023DAA
Text Example
Text Example
White with #023DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DAA; }
p { color: rgb(2,61,170); }
H1.HeaderClassName
{
color: #023DAA;
}
.AnyTagClassName
{
color: #023DAA;
}
</style>
background-color css
<style>
a { background-color: #023DAA; }
a { background-color: rgb(2,61,170); }
div.DivClassName
{
background-color: #023DAA;
}
.BgClassName
{
background-color: #023DAA;
}
</style>
border-color css
<style>
span { border-color: #023DAA; }
span { border-color: rgb(2,61,170); }
td.TdClassName
{
border-color: #023DAA;
}
.TagClassName
{
border-color: #023DAA;
}
</style>