Shades of Navy Blue #155CDE
Tints of Navy Blue #155CDE
RGB
CMYK
RGB Variations
Color information
#155CDE (or 0x155CDE) is known color: Navy Blue. HEX triplet: 15, 5C and DE. RGB value is (21,92,222). Sum of RGB (Red+Green+Blue) = 21+92+222=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #155CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CDE is #EAA321. Grayscale: #555555. Windows color (decimal): -15377186 or 14572565. OLE color: 14572565.
HSL color Cylindrical-coordinate representation of color #155CDE: hue angle of 218.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155CDE is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 92 | 222 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 218.81º | 0.83% | 0.48% | - |
| HSV(B) | 218.81º | 0.91% | 0.87% | - |
| XYZ | 17.32 | 13.09 | 70.72 | - |
| YUV | 85.59 | 204.98 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 222 | 0.91 | 0.59 | 0 | 0.13 | 218.81 | 0.83 | 0.48 |
| Hex | 15 | 5C | DE | 5B | 3B | 0 | D | DB | 53 | 30 |
| Octal | 25 | 134 | 336 | 133 | 73 | 0 | 15 | 333 | 123 | 60 |
| Binary | 10101 | 1011100 | 11011110 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010011 | 110000 |
Color Harmonies of #155CDE
Complementary color
Monochromatic Colors of #155CDE
Black with #155CDE
Text Example
Text Example
White with #155CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CDE; }
p { color: rgb(21,92,222); }
H1.HeaderClassName
{
color: #155CDE;
}
.AnyTagClassName
{
color: #155CDE;
}
</style>
background-color css
<style>
a { background-color: #155CDE; }
a { background-color: rgb(21,92,222); }
div.DivClassName
{
background-color: #155CDE;
}
.BgClassName
{
background-color: #155CDE;
}
</style>
border-color css
<style>
span { border-color: #155CDE; }
span { border-color: rgb(21,92,222); }
td.TdClassName
{
border-color: #155CDE;
}
.TagClassName
{
border-color: #155CDE;
}
</style>