Shades of Navy Blue #1567EA
Tints of Navy Blue #1567EA
RGB
CMYK
RGB Variations
Color information
#1567EA (or 0x1567EA) is known color: Navy Blue. HEX triplet: 15, 67 and EA. RGB value is (21,103,234). Sum of RGB (Red+Green+Blue) = 21+103+234=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #1567EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567EA is #EA9815. Grayscale: #5C5C5C. Windows color (decimal): -15374358 or 15361813. OLE color: 15361813.
HSL color Cylindrical-coordinate representation of color #1567EA: hue angle of 216.9º 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 #1567EA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 103 | 234 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.08 |
| HSL | 216.9º | 0.84% | 0.5% | - |
| HSV(B) | 216.9º | 0.91% | 0.92% | - |
| XYZ | 20.01 | 15.8 | 79.84 | - |
| YUV | 93.42 | 207.33 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 234 | 0.91 | 0.56 | 0 | 0.08 | 216.9 | 0.84 | 0.5 |
| Hex | 15 | 67 | EA | 5B | 38 | 0 | 8 | D9 | 54 | 32 |
| Octal | 25 | 147 | 352 | 133 | 70 | 0 | 10 | 331 | 124 | 62 |
| Binary | 10101 | 1100111 | 11101010 | 1011011 | 111000 | 0 | 1000 | 11011001 | 1010100 | 110010 |
Color Harmonies of #1567EA
Complementary color
Monochromatic Colors of #1567EA
Black with #1567EA
Text Example
Text Example
White with #1567EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567EA; }
p { color: rgb(21,103,234); }
H1.HeaderClassName
{
color: #1567EA;
}
.AnyTagClassName
{
color: #1567EA;
}
</style>
background-color css
<style>
a { background-color: #1567EA; }
a { background-color: rgb(21,103,234); }
div.DivClassName
{
background-color: #1567EA;
}
.BgClassName
{
background-color: #1567EA;
}
</style>
border-color css
<style>
span { border-color: #1567EA; }
span { border-color: rgb(21,103,234); }
td.TdClassName
{
border-color: #1567EA;
}
.TagClassName
{
border-color: #1567EA;
}
</style>