Shades of Cobalt #023DAE
Tints of Cobalt #023DAE
RGB
CMYK
RGB Variations
Color information
#023DAE (or 0x023DAE) is known color: Cobalt. HEX triplet: 02, 3D and AE. RGB value is (2,61,174). Sum of RGB (Red+Green+Blue) = 2+61+174=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #023DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DAE is #FDC251. Grayscale: #373737. Windows color (decimal): -16630354 or 11418882. OLE color: 11418882.
HSL color Cylindrical-coordinate representation of color #023DAE: hue angle of 219.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DAE is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 61 | 174 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.32 |
| HSL | 219.42º | 0.98% | 0.35% | - |
| HSV(B) | 219.42º | 0.99% | 0.68% | - |
| XYZ | 9.33 | 6.41 | 40.79 | - |
| YUV | 56.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 174 | 0.99 | 0.65 | 0 | 0.32 | 219.42 | 0.98 | 0.35 |
| Hex | 2 | 3D | AE | 63 | 41 | 0 | 20 | DB | 62 | 23 |
| Octal | 2 | 75 | 256 | 143 | 101 | 0 | 40 | 333 | 142 | 43 |
| Binary | 10 | 111101 | 10101110 | 1100011 | 1000001 | 0 | 100000 | 11011011 | 1100010 | 100011 |
Color Harmonies of #023DAE
Complementary color
Monochromatic Colors of #023DAE
Black with #023DAE
Text Example
Text Example
White with #023DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DAE; }
p { color: rgb(2,61,174); }
H1.HeaderClassName
{
color: #023DAE;
}
.AnyTagClassName
{
color: #023DAE;
}
</style>
background-color css
<style>
a { background-color: #023DAE; }
a { background-color: rgb(2,61,174); }
div.DivClassName
{
background-color: #023DAE;
}
.BgClassName
{
background-color: #023DAE;
}
</style>
border-color css
<style>
span { border-color: #023DAE; }
span { border-color: rgb(2,61,174); }
td.TdClassName
{
border-color: #023DAE;
}
.TagClassName
{
border-color: #023DAE;
}
</style>