Shades of Navy Blue #155FDA
Tints of Navy Blue #155FDA
RGB
CMYK
RGB Variations
Color information
#155FDA (or 0x155FDA) is known color: Navy Blue. HEX triplet: 15, 5F and DA. RGB value is (21,95,218). Sum of RGB (Red+Green+Blue) = 21+95+218=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #155FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FDA is #EAA025. Grayscale: #565656. Windows color (decimal): -15376422 or 14311189. OLE color: 14311189.
HSL color Cylindrical-coordinate representation of color #155FDA: hue angle of 217.46º 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 #155FDA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 95 | 218 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.15 |
| HSL | 217.46º | 0.82% | 0.47% | - |
| HSV(B) | 217.46º | 0.9% | 0.85% | - |
| XYZ | 17.06 | 13.41 | 68.02 | - |
| YUV | 86.9 | 201.98 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 218 | 0.90 | 0.56 | 0 | 0.15 | 217.46 | 0.82 | 0.47 |
| Hex | 15 | 5F | DA | 5A | 38 | 0 | F | D9 | 52 | 2F |
| Octal | 25 | 137 | 332 | 132 | 70 | 0 | 17 | 331 | 122 | 57 |
| Binary | 10101 | 1011111 | 11011010 | 1011010 | 111000 | 0 | 1111 | 11011001 | 1010010 | 101111 |
Color Harmonies of #155FDA
Complementary color
Monochromatic Colors of #155FDA
Black with #155FDA
Text Example
Text Example
White with #155FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FDA; }
p { color: rgb(21,95,218); }
H1.HeaderClassName
{
color: #155FDA;
}
.AnyTagClassName
{
color: #155FDA;
}
</style>
background-color css
<style>
a { background-color: #155FDA; }
a { background-color: rgb(21,95,218); }
div.DivClassName
{
background-color: #155FDA;
}
.BgClassName
{
background-color: #155FDA;
}
</style>
border-color css
<style>
span { border-color: #155FDA; }
span { border-color: rgb(21,95,218); }
td.TdClassName
{
border-color: #155FDA;
}
.TagClassName
{
border-color: #155FDA;
}
</style>