Shades of Navy Blue #1552F2
Tints of Navy Blue #1552F2
RGB
CMYK
RGB Variations
Color information
#1552F2 (or 0x1552F2) is known color: Navy Blue. HEX triplet: 15, 52 and F2. RGB value is (21,82,242). Sum of RGB (Red+Green+Blue) = 21+82+242=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 242 (94.92% from 255 or 70.14% from 345); Max value from RGB is 242 - color contains mainly: blue. Hex color #1552F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552F2 is #EAAD0D. Grayscale: #515151. Windows color (decimal): -15379726 or 15880725. OLE color: 15880725.
HSL color Cylindrical-coordinate representation of color #1552F2: hue angle of 223.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1552F2 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 82 | 242 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.05 |
| HSL | 223.44º | 0.89% | 0.52% | - |
| HSV(B) | 223.44º | 0.91% | 0.95% | - |
| XYZ | 19.35 | 12.6 | 85.42 | - |
| YUV | 82 | 218.29 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 242 | 0.91 | 0.66 | 0 | 0.05 | 223.44 | 0.89 | 0.52 |
| Hex | 15 | 52 | F2 | 5B | 42 | 0 | 5 | DF | 59 | 34 |
| Octal | 25 | 122 | 362 | 133 | 102 | 0 | 5 | 337 | 131 | 64 |
| Binary | 10101 | 1010010 | 11110010 | 1011011 | 1000010 | 0 | 101 | 11011111 | 1011001 | 110100 |
Color Harmonies of #1552F2
Complementary color
Monochromatic Colors of #1552F2
Black with #1552F2
Text Example
Text Example
White with #1552F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552F2; }
p { color: rgb(21,82,242); }
H1.HeaderClassName
{
color: #1552F2;
}
.AnyTagClassName
{
color: #1552F2;
}
</style>
background-color css
<style>
a { background-color: #1552F2; }
a { background-color: rgb(21,82,242); }
div.DivClassName
{
background-color: #1552F2;
}
.BgClassName
{
background-color: #1552F2;
}
</style>
border-color css
<style>
span { border-color: #1552F2; }
span { border-color: rgb(21,82,242); }
td.TdClassName
{
border-color: #1552F2;
}
.TagClassName
{
border-color: #1552F2;
}
</style>