Shades of Navy Blue #1570EA
Tints of Navy Blue #1570EA
RGB
CMYK
RGB Variations
Color information
#1570EA (or 0x1570EA) is known color: Navy Blue. HEX triplet: 15, 70 and EA. RGB value is (21,112,234). Sum of RGB (Red+Green+Blue) = 21+112+234=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #1570EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1570EA is #EA8F15. Grayscale: #626262. Windows color (decimal): -15372054 or 15364117. OLE color: 15364117.
HSL color Cylindrical-coordinate representation of color #1570EA: hue angle of 214.37º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1570EA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 112 | 234 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.08 |
| HSL | 214.37º | 0.84% | 0.5% | - |
| HSV(B) | 214.37º | 0.91% | 0.92% | - |
| XYZ | 20.95 | 17.69 | 80.15 | - |
| YUV | 98.7 | 204.35 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 234 | 0.91 | 0.52 | 0 | 0.08 | 214.37 | 0.84 | 0.5 |
| Hex | 15 | 70 | EA | 5B | 34 | 0 | 8 | D6 | 54 | 32 |
| Octal | 25 | 160 | 352 | 133 | 64 | 0 | 10 | 326 | 124 | 62 |
| Binary | 10101 | 1110000 | 11101010 | 1011011 | 110100 | 0 | 1000 | 11010110 | 1010100 | 110010 |
Color Harmonies of #1570EA
Complementary color
Monochromatic Colors of #1570EA
Black with #1570EA
Text Example
Text Example
White with #1570EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570EA; }
p { color: rgb(21,112,234); }
H1.HeaderClassName
{
color: #1570EA;
}
.AnyTagClassName
{
color: #1570EA;
}
</style>
background-color css
<style>
a { background-color: #1570EA; }
a { background-color: rgb(21,112,234); }
div.DivClassName
{
background-color: #1570EA;
}
.BgClassName
{
background-color: #1570EA;
}
</style>
border-color css
<style>
span { border-color: #1570EA; }
span { border-color: rgb(21,112,234); }
td.TdClassName
{
border-color: #1570EA;
}
.TagClassName
{
border-color: #1570EA;
}
</style>