Shades of Navy Blue #155FE6
Tints of Navy Blue #155FE6
RGB
CMYK
RGB Variations
Color information
#155FE6 (or 0x155FE6) is known color: Navy Blue. HEX triplet: 15, 5F and E6. RGB value is (21,95,230). Sum of RGB (Red+Green+Blue) = 21+95+230=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #155FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FE6 is #EAA019. Grayscale: #575757. Windows color (decimal): -15376410 or 15097621. OLE color: 15097621.
HSL color Cylindrical-coordinate representation of color #155FE6: hue angle of 218.76º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155FE6 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 95 | 230 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.10 |
| HSL | 218.76º | 0.83% | 0.49% | - |
| HSV(B) | 218.76º | 0.91% | 0.9% | - |
| XYZ | 18.68 | 14.06 | 76.59 | - |
| YUV | 88.26 | 207.98 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 230 | 0.91 | 0.59 | 0 | 0.10 | 218.76 | 0.83 | 0.49 |
| Hex | 15 | 5F | E6 | 5B | 3B | 0 | A | DB | 53 | 31 |
| Octal | 25 | 137 | 346 | 133 | 73 | 0 | 12 | 333 | 123 | 61 |
| Binary | 10101 | 1011111 | 11100110 | 1011011 | 111011 | 0 | 1010 | 11011011 | 1010011 | 110001 |
Color Harmonies of #155FE6
Complementary color
Monochromatic Colors of #155FE6
Black with #155FE6
Text Example
Text Example
White with #155FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FE6; }
p { color: rgb(21,95,230); }
H1.HeaderClassName
{
color: #155FE6;
}
.AnyTagClassName
{
color: #155FE6;
}
</style>
background-color css
<style>
a { background-color: #155FE6; }
a { background-color: rgb(21,95,230); }
div.DivClassName
{
background-color: #155FE6;
}
.BgClassName
{
background-color: #155FE6;
}
</style>
border-color css
<style>
span { border-color: #155FE6; }
span { border-color: rgb(21,95,230); }
td.TdClassName
{
border-color: #155FE6;
}
.TagClassName
{
border-color: #155FE6;
}
</style>