Shades of Cobalt #0245CC
Tints of Cobalt #0245CC
RGB
CMYK
RGB Variations
Color information
#0245CC (or 0x0245CC) is known color: Cobalt. HEX triplet: 02, 45 and CC. RGB value is (2,69,204). Sum of RGB (Red+Green+Blue) = 2+69+204=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #0245CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0245CC is #FDBA33. Grayscale: #3F3F3F. Windows color (decimal): -16628276 or 13387010. OLE color: 13387010.
HSL color Cylindrical-coordinate representation of color #0245CC: hue angle of 220.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245CC is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 69 | 204 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.2 |
| HSL | 220.1º | 0.98% | 0.4% | - |
| HSV(B) | 220.1º | 0.99% | 0.8% | - |
| XYZ | 13.05 | 8.63 | 58.1 | - |
| YUV | 64.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 204 | 0.99 | 0.66 | 0 | 0.2 | 220.1 | 0.98 | 0.4 |
| Hex | 2 | 45 | CC | 63 | 42 | 0 | 14 | DC | 62 | 28 |
| Octal | 2 | 105 | 314 | 143 | 102 | 0 | 24 | 334 | 142 | 50 |
| Binary | 10 | 1000101 | 11001100 | 1100011 | 1000010 | 0 | 10100 | 11011100 | 1100010 | 101000 |
Color Harmonies of #0245CC
Complementary color
Monochromatic Colors of #0245CC
Black with #0245CC
Text Example
Text Example
White with #0245CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245CC; }
p { color: rgb(2,69,204); }
H1.HeaderClassName
{
color: #0245CC;
}
.AnyTagClassName
{
color: #0245CC;
}
</style>
background-color css
<style>
a { background-color: #0245CC; }
a { background-color: rgb(2,69,204); }
div.DivClassName
{
background-color: #0245CC;
}
.BgClassName
{
background-color: #0245CC;
}
</style>
border-color css
<style>
span { border-color: #0245CC; }
span { border-color: rgb(2,69,204); }
td.TdClassName
{
border-color: #0245CC;
}
.TagClassName
{
border-color: #0245CC;
}
</style>