Shades of Navy Blue #155DF4
Tints of Navy Blue #155DF4
RGB
CMYK
RGB Variations
Color information
#155DF4 (or 0x155DF4) is known color: Navy Blue. HEX triplet: 15, 5D and F4. RGB value is (21,93,244). Sum of RGB (Red+Green+Blue) = 21+93+244=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #155DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DF4 is #EAA20B. Grayscale: #585858. Windows color (decimal): -15376908 or 16014613. OLE color: 16014613.
HSL color Cylindrical-coordinate representation of color #155DF4: hue angle of 220.63º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155DF4 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 93 | 244 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.04 |
| HSL | 220.63º | 0.91% | 0.52% | - |
| HSV(B) | 220.63º | 0.91% | 0.96% | - |
| XYZ | 20.55 | 14.52 | 87.31 | - |
| YUV | 88.69 | 215.65 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 244 | 0.91 | 0.62 | 0 | 0.04 | 220.63 | 0.91 | 0.52 |
| Hex | 15 | 5D | F4 | 5B | 3E | 0 | 4 | DD | 5B | 34 |
| Octal | 25 | 135 | 364 | 133 | 76 | 0 | 4 | 335 | 133 | 64 |
| Binary | 10101 | 1011101 | 11110100 | 1011011 | 111110 | 0 | 100 | 11011101 | 1011011 | 110100 |
Color Harmonies of #155DF4
Complementary color
Monochromatic Colors of #155DF4
Black with #155DF4
Text Example
Text Example
White with #155DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DF4; }
p { color: rgb(21,93,244); }
H1.HeaderClassName
{
color: #155DF4;
}
.AnyTagClassName
{
color: #155DF4;
}
</style>
background-color css
<style>
a { background-color: #155DF4; }
a { background-color: rgb(21,93,244); }
div.DivClassName
{
background-color: #155DF4;
}
.BgClassName
{
background-color: #155DF4;
}
</style>
border-color css
<style>
span { border-color: #155DF4; }
span { border-color: rgb(21,93,244); }
td.TdClassName
{
border-color: #155DF4;
}
.TagClassName
{
border-color: #155DF4;
}
</style>