Shades of Navy Blue #155DD9
Tints of Navy Blue #155DD9
RGB
CMYK
RGB Variations
Color information
#155DD9 (or 0x155DD9) is known color: Navy Blue. HEX triplet: 15, 5D and D9. RGB value is (21,93,217). Sum of RGB (Red+Green+Blue) = 21+93+217=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 217 (85.16% from 255 or 65.56% from 331); Max value from RGB is 217 - color contains mainly: blue. Hex color #155DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DD9 is #EAA226. Grayscale: #555555. Windows color (decimal): -15376935 or 14245141. OLE color: 14245141.
HSL color Cylindrical-coordinate representation of color #155DD9: hue angle of 217.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155DD9 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 93 | 217 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.15 |
| HSL | 217.96º | 0.82% | 0.47% | - |
| HSV(B) | 217.96º | 0.9% | 0.85% | - |
| XYZ | 16.75 | 13 | 67.27 | - |
| YUV | 85.61 | 202.15 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 217 | 0.90 | 0.57 | 0 | 0.15 | 217.96 | 0.82 | 0.47 |
| Hex | 15 | 5D | D9 | 5A | 39 | 0 | F | DA | 52 | 2F |
| Octal | 25 | 135 | 331 | 132 | 71 | 0 | 17 | 332 | 122 | 57 |
| Binary | 10101 | 1011101 | 11011001 | 1011010 | 111001 | 0 | 1111 | 11011010 | 1010010 | 101111 |
Color Harmonies of #155DD9
Complementary color
Monochromatic Colors of #155DD9
Black with #155DD9
Text Example
Text Example
White with #155DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DD9; }
p { color: rgb(21,93,217); }
H1.HeaderClassName
{
color: #155DD9;
}
.AnyTagClassName
{
color: #155DD9;
}
</style>
background-color css
<style>
a { background-color: #155DD9; }
a { background-color: rgb(21,93,217); }
div.DivClassName
{
background-color: #155DD9;
}
.BgClassName
{
background-color: #155DD9;
}
</style>
border-color css
<style>
span { border-color: #155DD9; }
span { border-color: rgb(21,93,217); }
td.TdClassName
{
border-color: #155DD9;
}
.TagClassName
{
border-color: #155DD9;
}
</style>