Shades of Cobalt #023BAF
Tints of Cobalt #023BAF
RGB
CMYK
RGB Variations
Color information
#023BAF (or 0x023BAF) is known color: Cobalt. HEX triplet: 02, 3B and AF. RGB value is (2,59,175). Sum of RGB (Red+Green+Blue) = 2+59+175=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #023BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BAF is #FDC450. Grayscale: #363636. Windows color (decimal): -16630865 or 11483906. OLE color: 11483906.
HSL color Cylindrical-coordinate representation of color #023BAF: hue angle of 220.23º 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 #023BAF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 59 | 175 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.31 |
| HSL | 220.23º | 0.98% | 0.35% | - |
| HSV(B) | 220.23º | 0.99% | 0.69% | - |
| XYZ | 9.33 | 6.24 | 41.27 | - |
| YUV | 55.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 175 | 0.99 | 0.66 | 0 | 0.31 | 220.23 | 0.98 | 0.35 |
| Hex | 2 | 3B | AF | 63 | 42 | 0 | 1F | DC | 62 | 23 |
| Octal | 2 | 73 | 257 | 143 | 102 | 0 | 37 | 334 | 142 | 43 |
| Binary | 10 | 111011 | 10101111 | 1100011 | 1000010 | 0 | 11111 | 11011100 | 1100010 | 100011 |
Color Harmonies of #023BAF
Complementary color
Monochromatic Colors of #023BAF
Black with #023BAF
Text Example
Text Example
White with #023BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BAF; }
p { color: rgb(2,59,175); }
H1.HeaderClassName
{
color: #023BAF;
}
.AnyTagClassName
{
color: #023BAF;
}
</style>
background-color css
<style>
a { background-color: #023BAF; }
a { background-color: rgb(2,59,175); }
div.DivClassName
{
background-color: #023BAF;
}
.BgClassName
{
background-color: #023BAF;
}
</style>
border-color css
<style>
span { border-color: #023BAF; }
span { border-color: rgb(2,59,175); }
td.TdClassName
{
border-color: #023BAF;
}
.TagClassName
{
border-color: #023BAF;
}
</style>