Shades of Navy Blue #155FEE
Tints of Navy Blue #155FEE
RGB
CMYK
RGB Variations
Color information
#155FEE (or 0x155FEE) is known color: Navy Blue. HEX triplet: 15, 5F and EE. RGB value is (21,95,238). Sum of RGB (Red+Green+Blue) = 21+95+238=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #155FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FEE is #EAA011. Grayscale: #585858. Windows color (decimal): -15376402 or 15621909. OLE color: 15621909.
HSL color Cylindrical-coordinate representation of color #155FEE: hue angle of 219.54º 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 #155FEE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 95 | 238 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.07 |
| HSL | 219.54º | 0.86% | 0.51% | - |
| HSV(B) | 219.54º | 0.91% | 0.93% | - |
| XYZ | 19.83 | 14.52 | 82.65 | - |
| YUV | 89.18 | 211.98 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 238 | 0.91 | 0.60 | 0 | 0.07 | 219.54 | 0.86 | 0.51 |
| Hex | 15 | 5F | EE | 5B | 3C | 0 | 7 | DC | 56 | 33 |
| Octal | 25 | 137 | 356 | 133 | 74 | 0 | 7 | 334 | 126 | 63 |
| Binary | 10101 | 1011111 | 11101110 | 1011011 | 111100 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #155FEE
Complementary color
Monochromatic Colors of #155FEE
Black with #155FEE
Text Example
Text Example
White with #155FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FEE; }
p { color: rgb(21,95,238); }
H1.HeaderClassName
{
color: #155FEE;
}
.AnyTagClassName
{
color: #155FEE;
}
</style>
background-color css
<style>
a { background-color: #155FEE; }
a { background-color: rgb(21,95,238); }
div.DivClassName
{
background-color: #155FEE;
}
.BgClassName
{
background-color: #155FEE;
}
</style>
border-color css
<style>
span { border-color: #155FEE; }
span { border-color: rgb(21,95,238); }
td.TdClassName
{
border-color: #155FEE;
}
.TagClassName
{
border-color: #155FEE;
}
</style>