Shades of Cobalt #023FAF
Tints of Cobalt #023FAF
RGB
CMYK
RGB Variations
Color information
#023FAF (or 0x023FAF) is known color: Cobalt. HEX triplet: 02, 3F and AF. RGB value is (2,63,175). Sum of RGB (Red+Green+Blue) = 2+63+175=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #023FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023FAF is #FDC050. Grayscale: #393939. Windows color (decimal): -16629841 or 11484930. OLE color: 11484930.
HSL color Cylindrical-coordinate representation of color #023FAF: hue angle of 218.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FAF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 63 | 175 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.31 |
| HSL | 218.84º | 0.98% | 0.35% | - |
| HSV(B) | 218.84º | 0.99% | 0.69% | - |
| XYZ | 9.54 | 6.66 | 41.34 | - |
| YUV | 57.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 175 | 0.99 | 0.64 | 0 | 0.31 | 218.84 | 0.98 | 0.35 |
| Hex | 2 | 3F | AF | 63 | 40 | 0 | 1F | DB | 62 | 23 |
| Octal | 2 | 77 | 257 | 143 | 100 | 0 | 37 | 333 | 142 | 43 |
| Binary | 10 | 111111 | 10101111 | 1100011 | 1000000 | 0 | 11111 | 11011011 | 1100010 | 100011 |
Color Harmonies of #023FAF
Complementary color
Monochromatic Colors of #023FAF
Black with #023FAF
Text Example
Text Example
White with #023FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FAF; }
p { color: rgb(2,63,175); }
H1.HeaderClassName
{
color: #023FAF;
}
.AnyTagClassName
{
color: #023FAF;
}
</style>
background-color css
<style>
a { background-color: #023FAF; }
a { background-color: rgb(2,63,175); }
div.DivClassName
{
background-color: #023FAF;
}
.BgClassName
{
background-color: #023FAF;
}
</style>
border-color css
<style>
span { border-color: #023FAF; }
span { border-color: rgb(2,63,175); }
td.TdClassName
{
border-color: #023FAF;
}
.TagClassName
{
border-color: #023FAF;
}
</style>