Shades of Navy Blue #1253E0
Tints of Navy Blue #1253E0
RGB
CMYK
RGB Variations
Color information
#1253E0 (or 0x1253E0) is known color: Navy Blue. HEX triplet: 12, 53 and E0. RGB value is (18,83,224). Sum of RGB (Red+Green+Blue) = 18+83+224=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #1253E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253E0 is #EDAC1F. Grayscale: #4F4F4F. Windows color (decimal): -15576096 or 14701330. OLE color: 14701330.
HSL color Cylindrical-coordinate representation of color #1253E0: hue angle of 221.07º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1253E0 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 83 | 224 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.12 |
| HSL | 221.07º | 0.85% | 0.47% | - |
| HSV(B) | 221.07º | 0.92% | 0.88% | - |
| XYZ | 16.8 | 11.7 | 71.89 | - |
| YUV | 79.64 | 209.47 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 224 | 0.92 | 0.63 | 0 | 0.12 | 221.07 | 0.85 | 0.47 |
| Hex | 12 | 53 | E0 | 5C | 3F | 0 | C | DD | 55 | 2F |
| Octal | 22 | 123 | 340 | 134 | 77 | 0 | 14 | 335 | 125 | 57 |
| Binary | 10010 | 1010011 | 11100000 | 1011100 | 111111 | 0 | 1100 | 11011101 | 1010101 | 101111 |
Color Harmonies of #1253E0
Complementary color
Monochromatic Colors of #1253E0
Black with #1253E0
Text Example
Text Example
White with #1253E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253E0; }
p { color: rgb(18,83,224); }
H1.HeaderClassName
{
color: #1253E0;
}
.AnyTagClassName
{
color: #1253E0;
}
</style>
background-color css
<style>
a { background-color: #1253E0; }
a { background-color: rgb(18,83,224); }
div.DivClassName
{
background-color: #1253E0;
}
.BgClassName
{
background-color: #1253E0;
}
</style>
border-color css
<style>
span { border-color: #1253E0; }
span { border-color: rgb(18,83,224); }
td.TdClassName
{
border-color: #1253E0;
}
.TagClassName
{
border-color: #1253E0;
}
</style>