Shades of Cobalt #023DA3
Tints of Cobalt #023DA3
RGB
CMYK
RGB Variations
Color information
#023DA3 (or 0x023DA3) is known color: Cobalt. HEX triplet: 02, 3D and A3. RGB value is (2,61,163). Sum of RGB (Red+Green+Blue) = 2+61+163=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #023DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DA3 is #FDC25C. Grayscale: #363636. Windows color (decimal): -16630365 or 10697986. OLE color: 10697986.
HSL color Cylindrical-coordinate representation of color #023DA3: hue angle of 218.01º 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 #023DA3 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 61 | 163 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.36 |
| HSL | 218.01º | 0.98% | 0.32% | - |
| HSV(B) | 218.01º | 0.99% | 0.64% | - |
| XYZ | 8.3 | 5.99 | 35.37 | - |
| YUV | 54.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 163 | 0.99 | 0.63 | 0 | 0.36 | 218.01 | 0.98 | 0.32 |
| Hex | 2 | 3D | A3 | 63 | 3F | 0 | 24 | DA | 62 | 20 |
| Octal | 2 | 75 | 243 | 143 | 77 | 0 | 44 | 332 | 142 | 40 |
| Binary | 10 | 111101 | 10100011 | 1100011 | 111111 | 0 | 100100 | 11011010 | 1100010 | 100000 |
Color Harmonies of #023DA3
Complementary color
Monochromatic Colors of #023DA3
Black with #023DA3
Text Example
Text Example
White with #023DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DA3; }
p { color: rgb(2,61,163); }
H1.HeaderClassName
{
color: #023DA3;
}
.AnyTagClassName
{
color: #023DA3;
}
</style>
background-color css
<style>
a { background-color: #023DA3; }
a { background-color: rgb(2,61,163); }
div.DivClassName
{
background-color: #023DA3;
}
.BgClassName
{
background-color: #023DA3;
}
</style>
border-color css
<style>
span { border-color: #023DA3; }
span { border-color: rgb(2,61,163); }
td.TdClassName
{
border-color: #023DA3;
}
.TagClassName
{
border-color: #023DA3;
}
</style>