Shades of Navy Blue #1453EB
Tints of Navy Blue #1453EB
RGB
CMYK
RGB Variations
Color information
#1453EB (or 0x1453EB) is known color: Navy Blue. HEX triplet: 14, 53 and EB. RGB value is (20,83,235). Sum of RGB (Red+Green+Blue) = 20+83+235=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #1453EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1453EB is #EBAC14. Grayscale: #505050. Windows color (decimal): -15445013 or 15422228. OLE color: 15422228.
HSL color Cylindrical-coordinate representation of color #1453EB: hue angle of 222.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1453EB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 83 | 235 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.08 |
| HSL | 222.42º | 0.84% | 0.5% | - |
| HSV(B) | 222.42º | 0.91% | 0.92% | - |
| XYZ | 18.38 | 12.33 | 80.01 | - |
| YUV | 81.49 | 214.63 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 235 | 0.91 | 0.65 | 0 | 0.08 | 222.42 | 0.84 | 0.5 |
| Hex | 14 | 53 | EB | 5B | 41 | 0 | 8 | DE | 54 | 32 |
| Octal | 24 | 123 | 353 | 133 | 101 | 0 | 10 | 336 | 124 | 62 |
| Binary | 10100 | 1010011 | 11101011 | 1011011 | 1000001 | 0 | 1000 | 11011110 | 1010100 | 110010 |
Color Harmonies of #1453EB
Complementary color
Monochromatic Colors of #1453EB
Black with #1453EB
Text Example
Text Example
White with #1453EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453EB; }
p { color: rgb(20,83,235); }
H1.HeaderClassName
{
color: #1453EB;
}
.AnyTagClassName
{
color: #1453EB;
}
</style>
background-color css
<style>
a { background-color: #1453EB; }
a { background-color: rgb(20,83,235); }
div.DivClassName
{
background-color: #1453EB;
}
.BgClassName
{
background-color: #1453EB;
}
</style>
border-color css
<style>
span { border-color: #1453EB; }
span { border-color: rgb(20,83,235); }
td.TdClassName
{
border-color: #1453EB;
}
.TagClassName
{
border-color: #1453EB;
}
</style>