Shades of Navy Blue #155BDD
Tints of Navy Blue #155BDD
RGB
CMYK
RGB Variations
Color information
#155BDD (or 0x155BDD) is known color: Navy Blue. HEX triplet: 15, 5B and DD. RGB value is (21,91,221). Sum of RGB (Red+Green+Blue) = 21+91+221=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #155BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BDD is #EAA422. Grayscale: #545454. Windows color (decimal): -15377443 or 14506773. OLE color: 14506773.
HSL color Cylindrical-coordinate representation of color #155BDD: hue angle of 219º 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 #155BDD is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 91 | 221 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.13 |
| HSL | 219º | 0.83% | 0.47% | - |
| HSV(B) | 219º | 0.9% | 0.87% | - |
| XYZ | 17.1 | 12.86 | 69.99 | - |
| YUV | 84.89 | 204.81 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 221 | 0.90 | 0.59 | 0 | 0.13 | 219 | 0.83 | 0.47 |
| Hex | 15 | 5B | DD | 5A | 3B | 0 | D | DB | 53 | 2F |
| Octal | 25 | 133 | 335 | 132 | 73 | 0 | 15 | 333 | 123 | 57 |
| Binary | 10101 | 1011011 | 11011101 | 1011010 | 111011 | 0 | 1101 | 11011011 | 1010011 | 101111 |
Color Harmonies of #155BDD
Complementary color
Monochromatic Colors of #155BDD
Black with #155BDD
Text Example
Text Example
White with #155BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BDD; }
p { color: rgb(21,91,221); }
H1.HeaderClassName
{
color: #155BDD;
}
.AnyTagClassName
{
color: #155BDD;
}
</style>
background-color css
<style>
a { background-color: #155BDD; }
a { background-color: rgb(21,91,221); }
div.DivClassName
{
background-color: #155BDD;
}
.BgClassName
{
background-color: #155BDD;
}
</style>
border-color css
<style>
span { border-color: #155BDD; }
span { border-color: rgb(21,91,221); }
td.TdClassName
{
border-color: #155BDD;
}
.TagClassName
{
border-color: #155BDD;
}
</style>