Shades of Navy Blue #0270DD
Tints of Navy Blue #0270DD
RGB
CMYK
RGB Variations
Color information
#0270DD (or 0x0270DD) is known color: Navy Blue. HEX triplet: 02, 70 and DD. RGB value is (2,112,221). Sum of RGB (Red+Green+Blue) = 2+112+221=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #0270DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270DD is #FD8F22. Grayscale: #5A5A5A. Windows color (decimal): -16617251 or 14512130. OLE color: 14512130.
HSL color Cylindrical-coordinate representation of color #0270DD: hue angle of 209.86º 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 #0270DD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 112 | 221 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.13 |
| HSL | 209.86º | 0.98% | 0.44% | - |
| HSV(B) | 209.86º | 0.99% | 0.87% | - |
| XYZ | 18.87 | 16.82 | 70.66 | - |
| YUV | 91.54 | 201.06 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 221 | 0.99 | 0.49 | 0 | 0.13 | 209.86 | 0.98 | 0.44 |
| Hex | 2 | 70 | DD | 63 | 31 | 0 | D | D2 | 62 | 2C |
| Octal | 2 | 160 | 335 | 143 | 61 | 0 | 15 | 322 | 142 | 54 |
| Binary | 10 | 1110000 | 11011101 | 1100011 | 110001 | 0 | 1101 | 11010010 | 1100010 | 101100 |
Color Harmonies of #0270DD
Complementary color
Monochromatic Colors of #0270DD
Black with #0270DD
Text Example
Text Example
White with #0270DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0270DD; }
p { color: rgb(2,112,221); }
H1.HeaderClassName
{
color: #0270DD;
}
.AnyTagClassName
{
color: #0270DD;
}
</style>
background-color css
<style>
a { background-color: #0270DD; }
a { background-color: rgb(2,112,221); }
div.DivClassName
{
background-color: #0270DD;
}
.BgClassName
{
background-color: #0270DD;
}
</style>
border-color css
<style>
span { border-color: #0270DD; }
span { border-color: rgb(2,112,221); }
td.TdClassName
{
border-color: #0270DD;
}
.TagClassName
{
border-color: #0270DD;
}
</style>