Shades of Cobalt #0243CC
Tints of Cobalt #0243CC
RGB
CMYK
RGB Variations
Color information
#0243CC (or 0x0243CC) is known color: Cobalt. HEX triplet: 02, 43 and CC. RGB value is (2,67,204). Sum of RGB (Red+Green+Blue) = 2+67+204=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #0243CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243CC is #FDBC33. Grayscale: #3E3E3E. Windows color (decimal): -16628788 or 13386498. OLE color: 13386498.
HSL color Cylindrical-coordinate representation of color #0243CC: hue angle of 220.69º 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 #0243CC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 67 | 204 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.2 |
| HSL | 220.69º | 0.98% | 0.4% | - |
| HSV(B) | 220.69º | 0.99% | 0.8% | - |
| XYZ | 12.93 | 8.39 | 58.06 | - |
| YUV | 63.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 204 | 0.99 | 0.67 | 0 | 0.2 | 220.69 | 0.98 | 0.4 |
| Hex | 2 | 43 | CC | 63 | 43 | 0 | 14 | DD | 62 | 28 |
| Octal | 2 | 103 | 314 | 143 | 103 | 0 | 24 | 335 | 142 | 50 |
| Binary | 10 | 1000011 | 11001100 | 1100011 | 1000011 | 0 | 10100 | 11011101 | 1100010 | 101000 |
Color Harmonies of #0243CC
Complementary color
Monochromatic Colors of #0243CC
Black with #0243CC
Text Example
Text Example
White with #0243CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0243CC; }
p { color: rgb(2,67,204); }
H1.HeaderClassName
{
color: #0243CC;
}
.AnyTagClassName
{
color: #0243CC;
}
</style>
background-color css
<style>
a { background-color: #0243CC; }
a { background-color: rgb(2,67,204); }
div.DivClassName
{
background-color: #0243CC;
}
.BgClassName
{
background-color: #0243CC;
}
</style>
border-color css
<style>
span { border-color: #0243CC; }
span { border-color: rgb(2,67,204); }
td.TdClassName
{
border-color: #0243CC;
}
.TagClassName
{
border-color: #0243CC;
}
</style>