Shades of Cobalt #023DB6
Tints of Cobalt #023DB6
RGB
CMYK
RGB Variations
Color information
#023DB6 (or 0x023DB6) is known color: Cobalt. HEX triplet: 02, 3D and B6. RGB value is (2,61,182). Sum of RGB (Red+Green+Blue) = 2+61+182=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 182 (71.48% from 255 or 74.29% from 245); Max value from RGB is 182 - color contains mainly: blue. Hex color #023DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DB6 is #FDC249. Grayscale: #383838. Windows color (decimal): -16630346 or 11943170. OLE color: 11943170.
HSL color Cylindrical-coordinate representation of color #023DB6: hue angle of 220.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DB6 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 61 | 182 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.29 |
| HSL | 220.33º | 0.98% | 0.36% | - |
| HSV(B) | 220.33º | 0.99% | 0.71% | - |
| XYZ | 10.14 | 6.73 | 45.02 | - |
| YUV | 57.15 | 198.45 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 182 | 0.99 | 0.66 | 0 | 0.29 | 220.33 | 0.98 | 0.36 |
| Hex | 2 | 3D | B6 | 63 | 42 | 0 | 1D | DC | 62 | 24 |
| Octal | 2 | 75 | 266 | 143 | 102 | 0 | 35 | 334 | 142 | 44 |
| Binary | 10 | 111101 | 10110110 | 1100011 | 1000010 | 0 | 11101 | 11011100 | 1100010 | 100100 |
Color Harmonies of #023DB6
Complementary color
Monochromatic Colors of #023DB6
Black with #023DB6
Text Example
Text Example
White with #023DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DB6; }
p { color: rgb(2,61,182); }
H1.HeaderClassName
{
color: #023DB6;
}
.AnyTagClassName
{
color: #023DB6;
}
</style>
background-color css
<style>
a { background-color: #023DB6; }
a { background-color: rgb(2,61,182); }
div.DivClassName
{
background-color: #023DB6;
}
.BgClassName
{
background-color: #023DB6;
}
</style>
border-color css
<style>
span { border-color: #023DB6; }
span { border-color: rgb(2,61,182); }
td.TdClassName
{
border-color: #023DB6;
}
.TagClassName
{
border-color: #023DB6;
}
</style>