Shades of Navy Blue #0270DA
Tints of Navy Blue #0270DA
RGB
CMYK
RGB Variations
Color information
#0270DA (or 0x0270DA) is known color: Navy Blue. HEX triplet: 02, 70 and DA. RGB value is (2,112,218). Sum of RGB (Red+Green+Blue) = 2+112+218=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #0270DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270DA is #FD8F25. Grayscale: #5A5A5A. Windows color (decimal): -16617254 or 14315522. OLE color: 14315522.
HSL color Cylindrical-coordinate representation of color #0270DA: hue angle of 209.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270DA is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 112 | 218 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.15 |
| HSL | 209.44º | 0.98% | 0.43% | - |
| HSV(B) | 209.44º | 0.99% | 0.85% | - |
| XYZ | 18.47 | 16.66 | 68.57 | - |
| YUV | 91.19 | 199.56 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 218 | 0.99 | 0.49 | 0 | 0.15 | 209.44 | 0.98 | 0.43 |
| Hex | 2 | 70 | DA | 63 | 31 | 0 | F | D1 | 62 | 2B |
| Octal | 2 | 160 | 332 | 143 | 61 | 0 | 17 | 321 | 142 | 53 |
| Binary | 10 | 1110000 | 11011010 | 1100011 | 110001 | 0 | 1111 | 11010001 | 1100010 | 101011 |
Color Harmonies of #0270DA
Complementary color
Monochromatic Colors of #0270DA
Black with #0270DA
Text Example
Text Example
White with #0270DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0270DA; }
p { color: rgb(2,112,218); }
H1.HeaderClassName
{
color: #0270DA;
}
.AnyTagClassName
{
color: #0270DA;
}
</style>
background-color css
<style>
a { background-color: #0270DA; }
a { background-color: rgb(2,112,218); }
div.DivClassName
{
background-color: #0270DA;
}
.BgClassName
{
background-color: #0270DA;
}
</style>
border-color css
<style>
span { border-color: #0270DA; }
span { border-color: rgb(2,112,218); }
td.TdClassName
{
border-color: #0270DA;
}
.TagClassName
{
border-color: #0270DA;
}
</style>