Shades of Cobalt #023FA8
Tints of Cobalt #023FA8
RGB
CMYK
RGB Variations
Color information
#023FA8 (or 0x023FA8) is known color: Cobalt. HEX triplet: 02, 3F and A8. RGB value is (2,63,168). Sum of RGB (Red+Green+Blue) = 2+63+168=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 168 (66.02% from 255 or 72.10% from 233); Max value from RGB is 168 - color contains mainly: blue. Hex color #023FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023FA8 is #FDC057. Grayscale: #383838. Windows color (decimal): -16629848 or 11026178. OLE color: 11026178.
HSL color Cylindrical-coordinate representation of color #023FA8: hue angle of 217.95º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FA8 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 63 | 168 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.34 |
| HSL | 217.95º | 0.98% | 0.33% | - |
| HSV(B) | 217.95º | 0.99% | 0.66% | - |
| XYZ | 8.87 | 6.4 | 37.81 | - |
| YUV | 56.73 | 190.79 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 168 | 0.99 | 0.63 | 0 | 0.34 | 217.95 | 0.98 | 0.33 |
| Hex | 2 | 3F | A8 | 63 | 3F | 0 | 22 | DA | 62 | 21 |
| Octal | 2 | 77 | 250 | 143 | 77 | 0 | 42 | 332 | 142 | 41 |
| Binary | 10 | 111111 | 10101000 | 1100011 | 111111 | 0 | 100010 | 11011010 | 1100010 | 100001 |
Color Harmonies of #023FA8
Complementary color
Monochromatic Colors of #023FA8
Black with #023FA8
Text Example
Text Example
White with #023FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FA8; }
p { color: rgb(2,63,168); }
H1.HeaderClassName
{
color: #023FA8;
}
.AnyTagClassName
{
color: #023FA8;
}
</style>
background-color css
<style>
a { background-color: #023FA8; }
a { background-color: rgb(2,63,168); }
div.DivClassName
{
background-color: #023FA8;
}
.BgClassName
{
background-color: #023FA8;
}
</style>
border-color css
<style>
span { border-color: #023FA8; }
span { border-color: rgb(2,63,168); }
td.TdClassName
{
border-color: #023FA8;
}
.TagClassName
{
border-color: #023FA8;
}
</style>