Shades of Navy Blue #0242DD
Tints of Navy Blue #0242DD
RGB
CMYK
RGB Variations
Color information
#0242DD (or 0x0242DD) is known color: Navy Blue. HEX triplet: 02, 42 and DD. RGB value is (2,66,221). Sum of RGB (Red+Green+Blue) = 2+66+221=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #0242DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0242DD is #FDBD22. Grayscale: #3F3F3F. Windows color (decimal): -16629027 or 14500354. OLE color: 14500354.
HSL color Cylindrical-coordinate representation of color #0242DD: hue angle of 222.47º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0242DD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 66 | 221 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.13 |
| HSL | 222.47º | 0.98% | 0.44% | - |
| HSV(B) | 222.47º | 0.99% | 0.87% | - |
| XYZ | 15.02 | 9.13 | 69.38 | - |
| YUV | 64.53 | 216.3 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 221 | 0.99 | 0.70 | 0 | 0.13 | 222.47 | 0.98 | 0.44 |
| Hex | 2 | 42 | DD | 63 | 46 | 0 | D | DE | 62 | 2C |
| Octal | 2 | 102 | 335 | 143 | 106 | 0 | 15 | 336 | 142 | 54 |
| Binary | 10 | 1000010 | 11011101 | 1100011 | 1000110 | 0 | 1101 | 11011110 | 1100010 | 101100 |
Color Harmonies of #0242DD
Complementary color
Monochromatic Colors of #0242DD
Black with #0242DD
Text Example
Text Example
White with #0242DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242DD; }
p { color: rgb(2,66,221); }
H1.HeaderClassName
{
color: #0242DD;
}
.AnyTagClassName
{
color: #0242DD;
}
</style>
background-color css
<style>
a { background-color: #0242DD; }
a { background-color: rgb(2,66,221); }
div.DivClassName
{
background-color: #0242DD;
}
.BgClassName
{
background-color: #0242DD;
}
</style>
border-color css
<style>
span { border-color: #0242DD; }
span { border-color: rgb(2,66,221); }
td.TdClassName
{
border-color: #0242DD;
}
.TagClassName
{
border-color: #0242DD;
}
</style>