Shades of Cobalt #023FAC
Tints of Cobalt #023FAC
RGB
CMYK
RGB Variations
Color information
#023FAC (or 0x023FAC) is known color: Cobalt. HEX triplet: 02, 3F and AC. RGB value is (2,63,172). Sum of RGB (Red+Green+Blue) = 2+63+172=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #023FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023FAC is #FDC053. Grayscale: #383838. Windows color (decimal): -16629844 or 11288322. OLE color: 11288322.
HSL color Cylindrical-coordinate representation of color #023FAC: hue angle of 218.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FAC is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 63 | 172 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.33 |
| HSL | 218.47º | 0.98% | 0.34% | - |
| HSV(B) | 218.47º | 0.99% | 0.67% | - |
| XYZ | 9.25 | 6.55 | 39.81 | - |
| YUV | 57.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 172 | 0.99 | 0.63 | 0 | 0.33 | 218.47 | 0.98 | 0.34 |
| Hex | 2 | 3F | AC | 63 | 3F | 0 | 21 | DA | 62 | 22 |
| Octal | 2 | 77 | 254 | 143 | 77 | 0 | 41 | 332 | 142 | 42 |
| Binary | 10 | 111111 | 10101100 | 1100011 | 111111 | 0 | 100001 | 11011010 | 1100010 | 100010 |
Color Harmonies of #023FAC
Complementary color
Monochromatic Colors of #023FAC
Black with #023FAC
Text Example
Text Example
White with #023FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FAC; }
p { color: rgb(2,63,172); }
H1.HeaderClassName
{
color: #023FAC;
}
.AnyTagClassName
{
color: #023FAC;
}
</style>
background-color css
<style>
a { background-color: #023FAC; }
a { background-color: rgb(2,63,172); }
div.DivClassName
{
background-color: #023FAC;
}
.BgClassName
{
background-color: #023FAC;
}
</style>
border-color css
<style>
span { border-color: #023FAC; }
span { border-color: rgb(2,63,172); }
td.TdClassName
{
border-color: #023FAC;
}
.TagClassName
{
border-color: #023FAC;
}
</style>