Shades of Navy Blue #155DED
Tints of Navy Blue #155DED
RGB
CMYK
RGB Variations
Color information
#155DED (or 0x155DED) is known color: Navy Blue. HEX triplet: 15, 5D and ED. RGB value is (21,93,237). Sum of RGB (Red+Green+Blue) = 21+93+237=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #155DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DED is #EAA212. Grayscale: #575757. Windows color (decimal): -15376915 or 15555861. OLE color: 15555861.
HSL color Cylindrical-coordinate representation of color #155DED: hue angle of 220º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155DED is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 93 | 237 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.07 |
| HSL | 220º | 0.86% | 0.51% | - |
| HSV(B) | 220º | 0.91% | 0.93% | - |
| XYZ | 19.51 | 14.1 | 81.81 | - |
| YUV | 87.89 | 212.15 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 237 | 0.91 | 0.61 | 0 | 0.07 | 220 | 0.86 | 0.51 |
| Hex | 15 | 5D | ED | 5B | 3D | 0 | 7 | DC | 56 | 33 |
| Octal | 25 | 135 | 355 | 133 | 75 | 0 | 7 | 334 | 126 | 63 |
| Binary | 10101 | 1011101 | 11101101 | 1011011 | 111101 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #155DED
Complementary color
Monochromatic Colors of #155DED
Black with #155DED
Text Example
Text Example
White with #155DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DED; }
p { color: rgb(21,93,237); }
H1.HeaderClassName
{
color: #155DED;
}
.AnyTagClassName
{
color: #155DED;
}
</style>
background-color css
<style>
a { background-color: #155DED; }
a { background-color: rgb(21,93,237); }
div.DivClassName
{
background-color: #155DED;
}
.BgClassName
{
background-color: #155DED;
}
</style>
border-color css
<style>
span { border-color: #155DED; }
span { border-color: rgb(21,93,237); }
td.TdClassName
{
border-color: #155DED;
}
.TagClassName
{
border-color: #155DED;
}
</style>