Shades of Navy Blue #1455DC
Tints of Navy Blue #1455DC
RGB
CMYK
RGB Variations
Color information
#1455DC (or 0x1455DC) is known color: Navy Blue. HEX triplet: 14, 55 and DC. RGB value is (20,85,220). Sum of RGB (Red+Green+Blue) = 20+85+220=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #1455DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1455DC is #EBAA23. Grayscale: #505050. Windows color (decimal): -15444516 or 14439700. OLE color: 14439700.
HSL color Cylindrical-coordinate representation of color #1455DC: hue angle of 220.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1455DC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 85 | 220 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.14 |
| HSL | 220.5º | 0.83% | 0.47% | - |
| HSV(B) | 220.5º | 0.91% | 0.86% | - |
| XYZ | 16.46 | 11.81 | 69.12 | - |
| YUV | 80.96 | 206.47 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 220 | 0.91 | 0.61 | 0 | 0.14 | 220.5 | 0.83 | 0.47 |
| Hex | 14 | 55 | DC | 5B | 3D | 0 | E | DC | 53 | 2F |
| Octal | 24 | 125 | 334 | 133 | 75 | 0 | 16 | 334 | 123 | 57 |
| Binary | 10100 | 1010101 | 11011100 | 1011011 | 111101 | 0 | 1110 | 11011100 | 1010011 | 101111 |
Color Harmonies of #1455DC
Complementary color
Monochromatic Colors of #1455DC
Black with #1455DC
Text Example
Text Example
White with #1455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1455DC; }
p { color: rgb(20,85,220); }
H1.HeaderClassName
{
color: #1455DC;
}
.AnyTagClassName
{
color: #1455DC;
}
</style>
background-color css
<style>
a { background-color: #1455DC; }
a { background-color: rgb(20,85,220); }
div.DivClassName
{
background-color: #1455DC;
}
.BgClassName
{
background-color: #1455DC;
}
</style>
border-color css
<style>
span { border-color: #1455DC; }
span { border-color: rgb(20,85,220); }
td.TdClassName
{
border-color: #1455DC;
}
.TagClassName
{
border-color: #1455DC;
}
</style>