Shades of Navy Blue #1253ED
Tints of Navy Blue #1253ED
RGB
CMYK
RGB Variations
Color information
#1253ED (or 0x1253ED) is known color: Navy Blue. HEX triplet: 12, 53 and ED. RGB value is (18,83,237). Sum of RGB (Red+Green+Blue) = 18+83+237=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 83 (32.81% from 255 or 24.56% 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 #1253ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1253ED is #EDAC12. Grayscale: #505050. Windows color (decimal): -15576083 or 15553298. OLE color: 15553298.
HSL color Cylindrical-coordinate representation of color #1253ED: hue angle of 222.19º 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 #1253ED is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 83 | 237 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.07 |
| HSL | 222.19º | 0.86% | 0.5% | - |
| HSV(B) | 222.19º | 0.92% | 0.93% | - |
| XYZ | 18.63 | 12.43 | 81.54 | - |
| YUV | 81.12 | 215.97 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 237 | 0.92 | 0.65 | 0 | 0.07 | 222.19 | 0.86 | 0.5 |
| Hex | 12 | 53 | ED | 5C | 41 | 0 | 7 | DE | 56 | 32 |
| Octal | 22 | 123 | 355 | 134 | 101 | 0 | 7 | 336 | 126 | 62 |
| Binary | 10010 | 1010011 | 11101101 | 1011100 | 1000001 | 0 | 111 | 11011110 | 1010110 | 110010 |
Color Harmonies of #1253ED
Complementary color
Monochromatic Colors of #1253ED
Black with #1253ED
Text Example
Text Example
White with #1253ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253ED; }
p { color: rgb(18,83,237); }
H1.HeaderClassName
{
color: #1253ED;
}
.AnyTagClassName
{
color: #1253ED;
}
</style>
background-color css
<style>
a { background-color: #1253ED; }
a { background-color: rgb(18,83,237); }
div.DivClassName
{
background-color: #1253ED;
}
.BgClassName
{
background-color: #1253ED;
}
</style>
border-color css
<style>
span { border-color: #1253ED; }
span { border-color: rgb(18,83,237); }
td.TdClassName
{
border-color: #1253ED;
}
.TagClassName
{
border-color: #1253ED;
}
</style>