Shades of Navy Blue #0243DD
Tints of Navy Blue #0243DD
RGB
CMYK
RGB Variations
Color information
#0243DD (or 0x0243DD) is known color: Navy Blue. HEX triplet: 02, 43 and DD. RGB value is (2,67,221). Sum of RGB (Red+Green+Blue) = 2+67+221=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #0243DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243DD is #FDBC22. Grayscale: #404040. Windows color (decimal): -16628771 or 14500610. OLE color: 14500610.
HSL color Cylindrical-coordinate representation of color #0243DD: hue angle of 222.19º 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 #0243DD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 67 | 221 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.13 |
| HSL | 222.19º | 0.98% | 0.44% | - |
| HSV(B) | 222.19º | 0.99% | 0.87% | - |
| XYZ | 15.08 | 9.25 | 69.4 | - |
| YUV | 65.12 | 215.97 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 221 | 0.99 | 0.70 | 0 | 0.13 | 222.19 | 0.98 | 0.44 |
| Hex | 2 | 43 | DD | 63 | 46 | 0 | D | DE | 62 | 2C |
| Octal | 2 | 103 | 335 | 143 | 106 | 0 | 15 | 336 | 142 | 54 |
| Binary | 10 | 1000011 | 11011101 | 1100011 | 1000110 | 0 | 1101 | 11011110 | 1100010 | 101100 |
Color Harmonies of #0243DD
Complementary color
Monochromatic Colors of #0243DD
Black with #0243DD
Text Example
Text Example
White with #0243DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0243DD; }
p { color: rgb(2,67,221); }
H1.HeaderClassName
{
color: #0243DD;
}
.AnyTagClassName
{
color: #0243DD;
}
</style>
background-color css
<style>
a { background-color: #0243DD; }
a { background-color: rgb(2,67,221); }
div.DivClassName
{
background-color: #0243DD;
}
.BgClassName
{
background-color: #0243DD;
}
</style>
border-color css
<style>
span { border-color: #0243DD; }
span { border-color: rgb(2,67,221); }
td.TdClassName
{
border-color: #0243DD;
}
.TagClassName
{
border-color: #0243DD;
}
</style>