Shades of Navy Blue #1552E5
Tints of Navy Blue #1552E5
RGB
CMYK
RGB Variations
Color information
#1552E5 (or 0x1552E5) is known color: Navy Blue. HEX triplet: 15, 52 and E5. RGB value is (21,82,229). Sum of RGB (Red+Green+Blue) = 21+82+229=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #1552E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552E5 is #EAAD1A. Grayscale: #4F4F4F. Windows color (decimal): -15379739 or 15028757. OLE color: 15028757.
HSL color Cylindrical-coordinate representation of color #1552E5: hue angle of 222.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1552E5 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 82 | 229 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.10 |
| HSL | 222.4º | 0.83% | 0.49% | - |
| HSV(B) | 222.4º | 0.91% | 0.9% | - |
| XYZ | 17.47 | 11.85 | 75.5 | - |
| YUV | 80.52 | 211.79 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 229 | 0.91 | 0.64 | 0 | 0.10 | 222.4 | 0.83 | 0.49 |
| Hex | 15 | 52 | E5 | 5B | 40 | 0 | A | DE | 53 | 31 |
| Octal | 25 | 122 | 345 | 133 | 100 | 0 | 12 | 336 | 123 | 61 |
| Binary | 10101 | 1010010 | 11100101 | 1011011 | 1000000 | 0 | 1010 | 11011110 | 1010011 | 110001 |
Color Harmonies of #1552E5
Complementary color
Monochromatic Colors of #1552E5
Black with #1552E5
Text Example
Text Example
White with #1552E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552E5; }
p { color: rgb(21,82,229); }
H1.HeaderClassName
{
color: #1552E5;
}
.AnyTagClassName
{
color: #1552E5;
}
</style>
background-color css
<style>
a { background-color: #1552E5; }
a { background-color: rgb(21,82,229); }
div.DivClassName
{
background-color: #1552E5;
}
.BgClassName
{
background-color: #1552E5;
}
</style>
border-color css
<style>
span { border-color: #1552E5; }
span { border-color: rgb(21,82,229); }
td.TdClassName
{
border-color: #1552E5;
}
.TagClassName
{
border-color: #1552E5;
}
</style>