Shades of Navy Blue #155BDA
Tints of Navy Blue #155BDA
RGB
CMYK
RGB Variations
Color information
#155BDA (or 0x155BDA) is known color: Navy Blue. HEX triplet: 15, 5B and DA. RGB value is (21,91,218). Sum of RGB (Red+Green+Blue) = 21+91+218=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #155BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BDA is #EAA425. Grayscale: #535353. Windows color (decimal): -15377446 or 14310165. OLE color: 14310165.
HSL color Cylindrical-coordinate representation of color #155BDA: hue angle of 218.68º 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 #155BDA is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 91 | 218 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.15 |
| HSL | 218.68º | 0.82% | 0.47% | - |
| HSV(B) | 218.68º | 0.9% | 0.85% | - |
| XYZ | 16.71 | 12.7 | 67.9 | - |
| YUV | 84.55 | 203.31 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 218 | 0.90 | 0.58 | 0 | 0.15 | 218.68 | 0.82 | 0.47 |
| Hex | 15 | 5B | DA | 5A | 3A | 0 | F | DB | 52 | 2F |
| Octal | 25 | 133 | 332 | 132 | 72 | 0 | 17 | 333 | 122 | 57 |
| Binary | 10101 | 1011011 | 11011010 | 1011010 | 111010 | 0 | 1111 | 11011011 | 1010010 | 101111 |
Color Harmonies of #155BDA
Complementary color
Monochromatic Colors of #155BDA
Black with #155BDA
Text Example
Text Example
White with #155BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BDA; }
p { color: rgb(21,91,218); }
H1.HeaderClassName
{
color: #155BDA;
}
.AnyTagClassName
{
color: #155BDA;
}
</style>
background-color css
<style>
a { background-color: #155BDA; }
a { background-color: rgb(21,91,218); }
div.DivClassName
{
background-color: #155BDA;
}
.BgClassName
{
background-color: #155BDA;
}
</style>
border-color css
<style>
span { border-color: #155BDA; }
span { border-color: rgb(21,91,218); }
td.TdClassName
{
border-color: #155BDA;
}
.TagClassName
{
border-color: #155BDA;
}
</style>