Shades of Navy Blue #1574E7
Tints of Navy Blue #1574E7
RGB
CMYK
RGB Variations
Color information
#1574E7 (or 0x1574E7) is known color: Navy Blue. HEX triplet: 15, 74 and E7. RGB value is (21,116,231). Sum of RGB (Red+Green+Blue) = 21+116+231=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 231 (90.62% from 255 or 62.77% from 368); Max value from RGB is 231 - color contains mainly: blue. Hex color #1574E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1574E7 is #EA8B18. Grayscale: #646464. Windows color (decimal): -15371033 or 15168533. OLE color: 15168533.
HSL color Cylindrical-coordinate representation of color #1574E7: hue angle of 212.86º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1574E7 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 116 | 231 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.09 |
| HSL | 212.86º | 0.83% | 0.49% | - |
| HSV(B) | 212.86º | 0.91% | 0.91% | - |
| XYZ | 20.98 | 18.42 | 78.05 | - |
| YUV | 100.71 | 201.53 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 231 | 0.91 | 0.50 | 0 | 0.09 | 212.86 | 0.83 | 0.49 |
| Hex | 15 | 74 | E7 | 5B | 32 | 0 | 9 | D5 | 53 | 31 |
| Octal | 25 | 164 | 347 | 133 | 62 | 0 | 11 | 325 | 123 | 61 |
| Binary | 10101 | 1110100 | 11100111 | 1011011 | 110010 | 0 | 1001 | 11010101 | 1010011 | 110001 |
Color Harmonies of #1574E7
Complementary color
Monochromatic Colors of #1574E7
Black with #1574E7
Text Example
Text Example
White with #1574E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574E7; }
p { color: rgb(21,116,231); }
H1.HeaderClassName
{
color: #1574E7;
}
.AnyTagClassName
{
color: #1574E7;
}
</style>
background-color css
<style>
a { background-color: #1574E7; }
a { background-color: rgb(21,116,231); }
div.DivClassName
{
background-color: #1574E7;
}
.BgClassName
{
background-color: #1574E7;
}
</style>
border-color css
<style>
span { border-color: #1574E7; }
span { border-color: rgb(21,116,231); }
td.TdClassName
{
border-color: #1574E7;
}
.TagClassName
{
border-color: #1574E7;
}
</style>