Shades of Navy Blue #1352ED
Tints of Navy Blue #1352ED
RGB
CMYK
RGB Variations
Color information
#1352ED (or 0x1352ED) is known color: Navy Blue. HEX triplet: 13, 52 and ED. RGB value is (19,82,237). Sum of RGB (Red+Green+Blue) = 19+82+237=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #1352ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1352ED is #ECAD12. Grayscale: #505050. Windows color (decimal): -15510803 or 15553043. OLE color: 15553043.
HSL color Cylindrical-coordinate representation of color #1352ED: hue angle of 222.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1352ED is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 82 | 237 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.07 |
| HSL | 222.66º | 0.86% | 0.5% | - |
| HSV(B) | 222.66º | 0.92% | 0.93% | - |
| XYZ | 18.57 | 12.29 | 81.51 | - |
| YUV | 80.83 | 216.13 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 237 | 0.92 | 0.65 | 0 | 0.07 | 222.66 | 0.86 | 0.5 |
| Hex | 13 | 52 | ED | 5C | 41 | 0 | 7 | DF | 56 | 32 |
| Octal | 23 | 122 | 355 | 134 | 101 | 0 | 7 | 337 | 126 | 62 |
| Binary | 10011 | 1010010 | 11101101 | 1011100 | 1000001 | 0 | 111 | 11011111 | 1010110 | 110010 |
Color Harmonies of #1352ED
Complementary color
Monochromatic Colors of #1352ED
Black with #1352ED
Text Example
Text Example
White with #1352ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352ED; }
p { color: rgb(19,82,237); }
H1.HeaderClassName
{
color: #1352ED;
}
.AnyTagClassName
{
color: #1352ED;
}
</style>
background-color css
<style>
a { background-color: #1352ED; }
a { background-color: rgb(19,82,237); }
div.DivClassName
{
background-color: #1352ED;
}
.BgClassName
{
background-color: #1352ED;
}
</style>
border-color css
<style>
span { border-color: #1352ED; }
span { border-color: rgb(19,82,237); }
td.TdClassName
{
border-color: #1352ED;
}
.TagClassName
{
border-color: #1352ED;
}
</style>