Shades of Navy Blue #1552EA
Tints of Navy Blue #1552EA
RGB
CMYK
RGB Variations
Color information
#1552EA (or 0x1552EA) is known color: Navy Blue. HEX triplet: 15, 52 and EA. RGB value is (21,82,234). Sum of RGB (Red+Green+Blue) = 21+82+234=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #1552EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552EA is #EAAD15. Grayscale: #505050. Windows color (decimal): -15379734 or 15356437. OLE color: 15356437.
HSL color Cylindrical-coordinate representation of color #1552EA: hue angle of 222.82º 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 #1552EA is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 82 | 234 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.08 |
| HSL | 222.82º | 0.84% | 0.5% | - |
| HSV(B) | 222.82º | 0.91% | 0.92% | - |
| XYZ | 18.18 | 12.13 | 79.23 | - |
| YUV | 81.09 | 214.29 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 234 | 0.91 | 0.65 | 0 | 0.08 | 222.82 | 0.84 | 0.5 |
| Hex | 15 | 52 | EA | 5B | 41 | 0 | 8 | DF | 54 | 32 |
| Octal | 25 | 122 | 352 | 133 | 101 | 0 | 10 | 337 | 124 | 62 |
| Binary | 10101 | 1010010 | 11101010 | 1011011 | 1000001 | 0 | 1000 | 11011111 | 1010100 | 110010 |
Color Harmonies of #1552EA
Complementary color
Monochromatic Colors of #1552EA
Black with #1552EA
Text Example
Text Example
White with #1552EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552EA; }
p { color: rgb(21,82,234); }
H1.HeaderClassName
{
color: #1552EA;
}
.AnyTagClassName
{
color: #1552EA;
}
</style>
background-color css
<style>
a { background-color: #1552EA; }
a { background-color: rgb(21,82,234); }
div.DivClassName
{
background-color: #1552EA;
}
.BgClassName
{
background-color: #1552EA;
}
</style>
border-color css
<style>
span { border-color: #1552EA; }
span { border-color: rgb(21,82,234); }
td.TdClassName
{
border-color: #1552EA;
}
.TagClassName
{
border-color: #1552EA;
}
</style>