Shades of Navy Blue #155DDA
Tints of Navy Blue #155DDA
RGB
CMYK
RGB Variations
Color information
#155DDA (or 0x155DDA) is known color: Navy Blue. HEX triplet: 15, 5D and DA. RGB value is (21,93,218). Sum of RGB (Red+Green+Blue) = 21+93+218=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #155DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DDA is #EAA225. Grayscale: #555555. Windows color (decimal): -15376934 or 14310677. OLE color: 14310677.
HSL color Cylindrical-coordinate representation of color #155DDA: hue angle of 218.07º 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 #155DDA is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 93 | 218 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.15 |
| HSL | 218.07º | 0.82% | 0.47% | - |
| HSV(B) | 218.07º | 0.9% | 0.85% | - |
| XYZ | 16.88 | 13.05 | 67.96 | - |
| YUV | 85.72 | 202.65 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 218 | 0.90 | 0.57 | 0 | 0.15 | 218.07 | 0.82 | 0.47 |
| Hex | 15 | 5D | DA | 5A | 39 | 0 | F | DA | 52 | 2F |
| Octal | 25 | 135 | 332 | 132 | 71 | 0 | 17 | 332 | 122 | 57 |
| Binary | 10101 | 1011101 | 11011010 | 1011010 | 111001 | 0 | 1111 | 11011010 | 1010010 | 101111 |
Color Harmonies of #155DDA
Complementary color
Monochromatic Colors of #155DDA
Black with #155DDA
Text Example
Text Example
White with #155DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DDA; }
p { color: rgb(21,93,218); }
H1.HeaderClassName
{
color: #155DDA;
}
.AnyTagClassName
{
color: #155DDA;
}
</style>
background-color css
<style>
a { background-color: #155DDA; }
a { background-color: rgb(21,93,218); }
div.DivClassName
{
background-color: #155DDA;
}
.BgClassName
{
background-color: #155DDA;
}
</style>
border-color css
<style>
span { border-color: #155DDA; }
span { border-color: rgb(21,93,218); }
td.TdClassName
{
border-color: #155DDA;
}
.TagClassName
{
border-color: #155DDA;
}
</style>