Shades of Navy Blue #155FD8
Tints of Navy Blue #155FD8
RGB
CMYK
RGB Variations
Color information
#155FD8 (or 0x155FD8) is known color: Navy Blue. HEX triplet: 15, 5F and D8. RGB value is (21,95,216). Sum of RGB (Red+Green+Blue) = 21+95+216=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #155FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FD8 is #EAA027. Grayscale: #565656. Windows color (decimal): -15376424 or 14180117. OLE color: 14180117.
HSL color Cylindrical-coordinate representation of color #155FD8: hue angle of 217.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155FD8 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 95 | 216 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.15 |
| HSL | 217.23º | 0.82% | 0.46% | - |
| HSV(B) | 217.23º | 0.9% | 0.85% | - |
| XYZ | 16.8 | 13.3 | 66.65 | - |
| YUV | 86.67 | 200.98 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 216 | 0.90 | 0.56 | 0 | 0.15 | 217.23 | 0.82 | 0.46 |
| Hex | 15 | 5F | D8 | 5A | 38 | 0 | F | D9 | 52 | 2E |
| Octal | 25 | 137 | 330 | 132 | 70 | 0 | 17 | 331 | 122 | 56 |
| Binary | 10101 | 1011111 | 11011000 | 1011010 | 111000 | 0 | 1111 | 11011001 | 1010010 | 101110 |
Color Harmonies of #155FD8
Complementary color
Monochromatic Colors of #155FD8
Black with #155FD8
Text Example
Text Example
White with #155FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FD8; }
p { color: rgb(21,95,216); }
H1.HeaderClassName
{
color: #155FD8;
}
.AnyTagClassName
{
color: #155FD8;
}
</style>
background-color css
<style>
a { background-color: #155FD8; }
a { background-color: rgb(21,95,216); }
div.DivClassName
{
background-color: #155FD8;
}
.BgClassName
{
background-color: #155FD8;
}
</style>
border-color css
<style>
span { border-color: #155FD8; }
span { border-color: rgb(21,95,216); }
td.TdClassName
{
border-color: #155FD8;
}
.TagClassName
{
border-color: #155FD8;
}
</style>