Shades of Navy Blue #155DEF
Tints of Navy Blue #155DEF
RGB
CMYK
RGB Variations
Color information
#155DEF (or 0x155DEF) is known color: Navy Blue. HEX triplet: 15, 5D and EF. RGB value is (21,93,239). Sum of RGB (Red+Green+Blue) = 21+93+239=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #155DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DEF is #EAA210. Grayscale: #575757. Windows color (decimal): -15376913 or 15686933. OLE color: 15686933.
HSL color Cylindrical-coordinate representation of color #155DEF: hue angle of 220.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155DEF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 93 | 239 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.06 |
| HSL | 220.18º | 0.87% | 0.51% | - |
| HSV(B) | 220.18º | 0.91% | 0.94% | - |
| XYZ | 19.8 | 14.22 | 83.36 | - |
| YUV | 88.12 | 213.15 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 239 | 0.91 | 0.61 | 0 | 0.06 | 220.18 | 0.87 | 0.51 |
| Hex | 15 | 5D | EF | 5B | 3D | 0 | 6 | DC | 57 | 33 |
| Octal | 25 | 135 | 357 | 133 | 75 | 0 | 6 | 334 | 127 | 63 |
| Binary | 10101 | 1011101 | 11101111 | 1011011 | 111101 | 0 | 110 | 11011100 | 1010111 | 110011 |
Color Harmonies of #155DEF
Complementary color
Monochromatic Colors of #155DEF
Black with #155DEF
Text Example
Text Example
White with #155DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DEF; }
p { color: rgb(21,93,239); }
H1.HeaderClassName
{
color: #155DEF;
}
.AnyTagClassName
{
color: #155DEF;
}
</style>
background-color css
<style>
a { background-color: #155DEF; }
a { background-color: rgb(21,93,239); }
div.DivClassName
{
background-color: #155DEF;
}
.BgClassName
{
background-color: #155DEF;
}
</style>
border-color css
<style>
span { border-color: #155DEF; }
span { border-color: rgb(21,93,239); }
td.TdClassName
{
border-color: #155DEF;
}
.TagClassName
{
border-color: #155DEF;
}
</style>