Shades of Navy Blue #155FDF
Tints of Navy Blue #155FDF
RGB
CMYK
RGB Variations
Color information
#155FDF (or 0x155FDF) is known color: Navy Blue. HEX triplet: 15, 5F and DF. RGB value is (21,95,223). Sum of RGB (Red+Green+Blue) = 21+95+223=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #155FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FDF is #EAA020. Grayscale: #565656. Windows color (decimal): -15376417 or 14638869. OLE color: 14638869.
HSL color Cylindrical-coordinate representation of color #155FDF: hue angle of 218.02º 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 #155FDF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 95 | 223 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.13 |
| HSL | 218.02º | 0.83% | 0.48% | - |
| HSV(B) | 218.02º | 0.91% | 0.87% | - |
| XYZ | 17.72 | 13.67 | 71.52 | - |
| YUV | 87.47 | 204.48 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 223 | 0.91 | 0.57 | 0 | 0.13 | 218.02 | 0.83 | 0.48 |
| Hex | 15 | 5F | DF | 5B | 39 | 0 | D | DA | 53 | 30 |
| Octal | 25 | 137 | 337 | 133 | 71 | 0 | 15 | 332 | 123 | 60 |
| Binary | 10101 | 1011111 | 11011111 | 1011011 | 111001 | 0 | 1101 | 11011010 | 1010011 | 110000 |
Color Harmonies of #155FDF
Complementary color
Monochromatic Colors of #155FDF
Black with #155FDF
Text Example
Text Example
White with #155FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FDF; }
p { color: rgb(21,95,223); }
H1.HeaderClassName
{
color: #155FDF;
}
.AnyTagClassName
{
color: #155FDF;
}
</style>
background-color css
<style>
a { background-color: #155FDF; }
a { background-color: rgb(21,95,223); }
div.DivClassName
{
background-color: #155FDF;
}
.BgClassName
{
background-color: #155FDF;
}
</style>
border-color css
<style>
span { border-color: #155FDF; }
span { border-color: rgb(21,95,223); }
td.TdClassName
{
border-color: #155FDF;
}
.TagClassName
{
border-color: #155FDF;
}
</style>