Shades of Navy Blue #155FDC
Tints of Navy Blue #155FDC
RGB
CMYK
RGB Variations
Color information
#155FDC (or 0x155FDC) is known color: Navy Blue. HEX triplet: 15, 5F and DC. RGB value is (21,95,220). Sum of RGB (Red+Green+Blue) = 21+95+220=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #155FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FDC is #EAA023. Grayscale: #565656. Windows color (decimal): -15376420 or 14442261. OLE color: 14442261.
HSL color Cylindrical-coordinate representation of color #155FDC: hue angle of 217.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155FDC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 95 | 220 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.14 |
| HSL | 217.69º | 0.83% | 0.47% | - |
| HSV(B) | 217.69º | 0.9% | 0.86% | - |
| XYZ | 17.32 | 13.51 | 69.41 | - |
| YUV | 87.12 | 202.98 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 220 | 0.90 | 0.57 | 0 | 0.14 | 217.69 | 0.83 | 0.47 |
| Hex | 15 | 5F | DC | 5A | 39 | 0 | E | DA | 53 | 2F |
| Octal | 25 | 137 | 334 | 132 | 71 | 0 | 16 | 332 | 123 | 57 |
| Binary | 10101 | 1011111 | 11011100 | 1011010 | 111001 | 0 | 1110 | 11011010 | 1010011 | 101111 |
Color Harmonies of #155FDC
Complementary color
Monochromatic Colors of #155FDC
Black with #155FDC
Text Example
Text Example
White with #155FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FDC; }
p { color: rgb(21,95,220); }
H1.HeaderClassName
{
color: #155FDC;
}
.AnyTagClassName
{
color: #155FDC;
}
</style>
background-color css
<style>
a { background-color: #155FDC; }
a { background-color: rgb(21,95,220); }
div.DivClassName
{
background-color: #155FDC;
}
.BgClassName
{
background-color: #155FDC;
}
</style>
border-color css
<style>
span { border-color: #155FDC; }
span { border-color: rgb(21,95,220); }
td.TdClassName
{
border-color: #155FDC;
}
.TagClassName
{
border-color: #155FDC;
}
</style>