Shades of Navy Blue #1A5FDF
Tints of Navy Blue #1A5FDF
RGB
CMYK
RGB Variations
Color information
#1A5FDF (or 0x1A5FDF) is known color: Navy Blue. HEX triplet: 1A, 5F and DF. RGB value is (26,95,223). Sum of RGB (Red+Green+Blue) = 26+95+223=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A5FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FDF is #E5A020. Grayscale: #585858. Windows color (decimal): -15048737 or 14638874. OLE color: 14638874.
HSL color Cylindrical-coordinate representation of color #1A5FDF: hue angle of 218.98º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5FDF is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 95 | 223 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.13 |
| HSL | 218.98º | 0.79% | 0.49% | - |
| HSV(B) | 218.98º | 0.88% | 0.87% | - |
| XYZ | 17.84 | 13.73 | 71.52 | - |
| YUV | 88.96 | 203.64 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 95 | 223 | 0.88 | 0.57 | 0 | 0.13 | 218.98 | 0.79 | 0.49 |
| Hex | 1A | 5F | DF | 58 | 39 | 0 | D | DB | 4F | 31 |
| Octal | 32 | 137 | 337 | 130 | 71 | 0 | 15 | 333 | 117 | 61 |
| Binary | 11010 | 1011111 | 11011111 | 1011000 | 111001 | 0 | 1101 | 11011011 | 1001111 | 110001 |
Color Harmonies of #1A5FDF
Complementary color
Monochromatic Colors of #1A5FDF
Black with #1A5FDF
Text Example
Text Example
White with #1A5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5FDF; }
p { color: rgb(26,95,223); }
H1.HeaderClassName
{
color: #1A5FDF;
}
.AnyTagClassName
{
color: #1A5FDF;
}
</style>
background-color css
<style>
a { background-color: #1A5FDF; }
a { background-color: rgb(26,95,223); }
div.DivClassName
{
background-color: #1A5FDF;
}
.BgClassName
{
background-color: #1A5FDF;
}
</style>
border-color css
<style>
span { border-color: #1A5FDF; }
span { border-color: rgb(26,95,223); }
td.TdClassName
{
border-color: #1A5FDF;
}
.TagClassName
{
border-color: #1A5FDF;
}
</style>