Shades of Navy Blue #155CE0
Tints of Navy Blue #155CE0
RGB
CMYK
RGB Variations
Color information
#155CE0 (or 0x155CE0) is known color: Navy Blue. HEX triplet: 15, 5C and E0. RGB value is (21,92,224). Sum of RGB (Red+Green+Blue) = 21+92+224=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #155CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CE0 is #EAA31F. Grayscale: #555555. Windows color (decimal): -15377184 or 14703637. OLE color: 14703637.
HSL color Cylindrical-coordinate representation of color #155CE0: hue angle of 219.01º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155CE0 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 92 | 224 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.12 |
| HSL | 219.01º | 0.83% | 0.48% | - |
| HSV(B) | 219.01º | 0.91% | 0.88% | - |
| XYZ | 17.59 | 13.2 | 72.14 | - |
| YUV | 85.82 | 205.98 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 224 | 0.91 | 0.59 | 0 | 0.12 | 219.01 | 0.83 | 0.48 |
| Hex | 15 | 5C | E0 | 5B | 3B | 0 | C | DB | 53 | 30 |
| Octal | 25 | 134 | 340 | 133 | 73 | 0 | 14 | 333 | 123 | 60 |
| Binary | 10101 | 1011100 | 11100000 | 1011011 | 111011 | 0 | 1100 | 11011011 | 1010011 | 110000 |
Color Harmonies of #155CE0
Complementary color
Monochromatic Colors of #155CE0
Black with #155CE0
Text Example
Text Example
White with #155CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CE0; }
p { color: rgb(21,92,224); }
H1.HeaderClassName
{
color: #155CE0;
}
.AnyTagClassName
{
color: #155CE0;
}
</style>
background-color css
<style>
a { background-color: #155CE0; }
a { background-color: rgb(21,92,224); }
div.DivClassName
{
background-color: #155CE0;
}
.BgClassName
{
background-color: #155CE0;
}
</style>
border-color css
<style>
span { border-color: #155CE0; }
span { border-color: rgb(21,92,224); }
td.TdClassName
{
border-color: #155CE0;
}
.TagClassName
{
border-color: #155CE0;
}
</style>