Shades of Navy Blue #1452EF
Tints of Navy Blue #1452EF
RGB
CMYK
RGB Variations
Color information
#1452EF (or 0x1452EF) is known color: Navy Blue. HEX triplet: 14, 52 and EF. RGB value is (20,82,239). Sum of RGB (Red+Green+Blue) = 20+82+239=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #1452EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1452EF is #EBAD10. Grayscale: #505050. Windows color (decimal): -15445265 or 15684116. OLE color: 15684116.
HSL color Cylindrical-coordinate representation of color #1452EF: hue angle of 223.01º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1452EF is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 82 | 239 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.06 |
| HSL | 223.01º | 0.87% | 0.51% | - |
| HSV(B) | 223.01º | 0.92% | 0.94% | - |
| XYZ | 18.89 | 12.42 | 83.06 | - |
| YUV | 81.36 | 216.96 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 239 | 0.92 | 0.66 | 0 | 0.06 | 223.01 | 0.87 | 0.51 |
| Hex | 14 | 52 | EF | 5C | 42 | 0 | 6 | DF | 57 | 33 |
| Octal | 24 | 122 | 357 | 134 | 102 | 0 | 6 | 337 | 127 | 63 |
| Binary | 10100 | 1010010 | 11101111 | 1011100 | 1000010 | 0 | 110 | 11011111 | 1010111 | 110011 |
Color Harmonies of #1452EF
Complementary color
Monochromatic Colors of #1452EF
Black with #1452EF
Text Example
Text Example
White with #1452EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452EF; }
p { color: rgb(20,82,239); }
H1.HeaderClassName
{
color: #1452EF;
}
.AnyTagClassName
{
color: #1452EF;
}
</style>
background-color css
<style>
a { background-color: #1452EF; }
a { background-color: rgb(20,82,239); }
div.DivClassName
{
background-color: #1452EF;
}
.BgClassName
{
background-color: #1452EF;
}
</style>
border-color css
<style>
span { border-color: #1452EF; }
span { border-color: rgb(20,82,239); }
td.TdClassName
{
border-color: #1452EF;
}
.TagClassName
{
border-color: #1452EF;
}
</style>