Shades of Cobalt #0242C6
Tints of Cobalt #0242C6
RGB
CMYK
RGB Variations
Color information
#0242C6 (or 0x0242C6) is known color: Cobalt. HEX triplet: 02, 42 and C6. RGB value is (2,66,198). Sum of RGB (Red+Green+Blue) = 2+66+198=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 198 (77.73% from 255 or 74.44% from 266); Max value from RGB is 198 - color contains mainly: blue. Hex color #0242C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0242C6 is #FDBD39. Grayscale: #3D3D3D. Windows color (decimal): -16629050 or 12993026. OLE color: 12993026.
HSL color Cylindrical-coordinate representation of color #0242C6: hue angle of 220.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0242C6 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 66 | 198 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.22 |
| HSL | 220.41º | 0.98% | 0.39% | - |
| HSV(B) | 220.41º | 0.99% | 0.78% | - |
| XYZ | 12.17 | 7.99 | 54.33 | - |
| YUV | 61.91 | 204.8 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 198 | 0.99 | 0.67 | 0 | 0.22 | 220.41 | 0.98 | 0.39 |
| Hex | 2 | 42 | C6 | 63 | 43 | 0 | 16 | DC | 62 | 27 |
| Octal | 2 | 102 | 306 | 143 | 103 | 0 | 26 | 334 | 142 | 47 |
| Binary | 10 | 1000010 | 11000110 | 1100011 | 1000011 | 0 | 10110 | 11011100 | 1100010 | 100111 |
Color Harmonies of #0242C6
Complementary color
Monochromatic Colors of #0242C6
Black with #0242C6
Text Example
Text Example
White with #0242C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242C6; }
p { color: rgb(2,66,198); }
H1.HeaderClassName
{
color: #0242C6;
}
.AnyTagClassName
{
color: #0242C6;
}
</style>
background-color css
<style>
a { background-color: #0242C6; }
a { background-color: rgb(2,66,198); }
div.DivClassName
{
background-color: #0242C6;
}
.BgClassName
{
background-color: #0242C6;
}
</style>
border-color css
<style>
span { border-color: #0242C6; }
span { border-color: rgb(2,66,198); }
td.TdClassName
{
border-color: #0242C6;
}
.TagClassName
{
border-color: #0242C6;
}
</style>