Shades of Navy Blue #1A61DF
Tints of Navy Blue #1A61DF
RGB
CMYK
RGB Variations
Color information
#1A61DF (or 0x1A61DF) is known color: Navy Blue. HEX triplet: 1A, 61 and DF. RGB value is (26,97,223). Sum of RGB (Red+Green+Blue) = 26+97+223=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A61DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A61DF is #E59E20. Grayscale: #595959. Windows color (decimal): -15048225 or 14639386. OLE color: 14639386.
HSL color Cylindrical-coordinate representation of color #1A61DF: hue angle of 218.38º 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 #1A61DF is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 97 | 223 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.13 |
| HSL | 218.38º | 0.79% | 0.49% | - |
| HSV(B) | 218.38º | 0.88% | 0.87% | - |
| XYZ | 18.02 | 14.1 | 71.58 | - |
| YUV | 90.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 223 | 0.88 | 0.57 | 0 | 0.13 | 218.38 | 0.79 | 0.49 |
| Hex | 1A | 61 | DF | 58 | 39 | 0 | D | DA | 4F | 31 |
| Octal | 32 | 141 | 337 | 130 | 71 | 0 | 15 | 332 | 117 | 61 |
| Binary | 11010 | 1100001 | 11011111 | 1011000 | 111001 | 0 | 1101 | 11011010 | 1001111 | 110001 |
Color Harmonies of #1A61DF
Complementary color
Monochromatic Colors of #1A61DF
Black with #1A61DF
Text Example
Text Example
White with #1A61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A61DF; }
p { color: rgb(26,97,223); }
H1.HeaderClassName
{
color: #1A61DF;
}
.AnyTagClassName
{
color: #1A61DF;
}
</style>
background-color css
<style>
a { background-color: #1A61DF; }
a { background-color: rgb(26,97,223); }
div.DivClassName
{
background-color: #1A61DF;
}
.BgClassName
{
background-color: #1A61DF;
}
</style>
border-color css
<style>
span { border-color: #1A61DF; }
span { border-color: rgb(26,97,223); }
td.TdClassName
{
border-color: #1A61DF;
}
.TagClassName
{
border-color: #1A61DF;
}
</style>