Shades of Cobalt #0245AF
Tints of Cobalt #0245AF
RGB
CMYK
RGB Variations
Color information
#0245AF (or 0x0245AF) is known color: Cobalt. HEX triplet: 02, 45 and AF. RGB value is (2,69,175). Sum of RGB (Red+Green+Blue) = 2+69+175=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #0245AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0245AF is #FDBA50. Grayscale: #3C3C3C. Windows color (decimal): -16628305 or 11486466. OLE color: 11486466.
HSL color Cylindrical-coordinate representation of color #0245AF: hue angle of 216.76º 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 #0245AF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 69 | 175 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.31 |
| HSL | 216.76º | 0.98% | 0.35% | - |
| HSV(B) | 216.76º | 0.99% | 0.69% | - |
| XYZ | 9.89 | 7.36 | 41.46 | - |
| YUV | 61.05 | 192.3 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 175 | 0.99 | 0.61 | 0 | 0.31 | 216.76 | 0.98 | 0.35 |
| Hex | 2 | 45 | AF | 63 | 3D | 0 | 1F | D9 | 62 | 23 |
| Octal | 2 | 105 | 257 | 143 | 75 | 0 | 37 | 331 | 142 | 43 |
| Binary | 10 | 1000101 | 10101111 | 1100011 | 111101 | 0 | 11111 | 11011001 | 1100010 | 100011 |
Color Harmonies of #0245AF
Complementary color
Monochromatic Colors of #0245AF
Black with #0245AF
Text Example
Text Example
White with #0245AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245AF; }
p { color: rgb(2,69,175); }
H1.HeaderClassName
{
color: #0245AF;
}
.AnyTagClassName
{
color: #0245AF;
}
</style>
background-color css
<style>
a { background-color: #0245AF; }
a { background-color: rgb(2,69,175); }
div.DivClassName
{
background-color: #0245AF;
}
.BgClassName
{
background-color: #0245AF;
}
</style>
border-color css
<style>
span { border-color: #0245AF; }
span { border-color: rgb(2,69,175); }
td.TdClassName
{
border-color: #0245AF;
}
.TagClassName
{
border-color: #0245AF;
}
</style>