Shades of Navy Blue #155DDD
Tints of Navy Blue #155DDD
RGB
CMYK
RGB Variations
Color information
#155DDD (or 0x155DDD) is known color: Navy Blue. HEX triplet: 15, 5D and DD. RGB value is (21,93,221). Sum of RGB (Red+Green+Blue) = 21+93+221=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #155DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DDD is #EAA222. Grayscale: #555555. Windows color (decimal): -15376931 or 14507285. OLE color: 14507285.
HSL color Cylindrical-coordinate representation of color #155DDD: hue angle of 218.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155DDD is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 93 | 221 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.13 |
| HSL | 218.4º | 0.83% | 0.47% | - |
| HSV(B) | 218.4º | 0.9% | 0.87% | - |
| XYZ | 17.27 | 13.21 | 70.05 | - |
| YUV | 86.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 221 | 0.90 | 0.58 | 0 | 0.13 | 218.4 | 0.83 | 0.47 |
| Hex | 15 | 5D | DD | 5A | 3A | 0 | D | DA | 53 | 2F |
| Octal | 25 | 135 | 335 | 132 | 72 | 0 | 15 | 332 | 123 | 57 |
| Binary | 10101 | 1011101 | 11011101 | 1011010 | 111010 | 0 | 1101 | 11011010 | 1010011 | 101111 |
Color Harmonies of #155DDD
Complementary color
Monochromatic Colors of #155DDD
Black with #155DDD
Text Example
Text Example
White with #155DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DDD; }
p { color: rgb(21,93,221); }
H1.HeaderClassName
{
color: #155DDD;
}
.AnyTagClassName
{
color: #155DDD;
}
</style>
background-color css
<style>
a { background-color: #155DDD; }
a { background-color: rgb(21,93,221); }
div.DivClassName
{
background-color: #155DDD;
}
.BgClassName
{
background-color: #155DDD;
}
</style>
border-color css
<style>
span { border-color: #155DDD; }
span { border-color: rgb(21,93,221); }
td.TdClassName
{
border-color: #155DDD;
}
.TagClassName
{
border-color: #155DDD;
}
</style>