Shades of Navy Blue #1A73DC
Tints of Navy Blue #1A73DC
RGB
CMYK
RGB Variations
Color information
#1A73DC (or 0x1A73DC) is known color: Navy Blue. HEX triplet: 1A, 73 and DC. RGB value is (26,115,220). Sum of RGB (Red+Green+Blue) = 26+115+220=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A73DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A73DC is #E58C23. Grayscale: #636363. Windows color (decimal): -15043620 or 14447386. OLE color: 14447386.
HSL color Cylindrical-coordinate representation of color #1A73DC: hue angle of 212.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A73DC is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 115 | 220 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.14 |
| HSL | 212.47º | 0.79% | 0.48% | - |
| HSV(B) | 212.47º | 0.88% | 0.86% | - |
| XYZ | 19.48 | 17.65 | 70.09 | - |
| YUV | 100.36 | 195.51 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 220 | 0.88 | 0.48 | 0 | 0.14 | 212.47 | 0.79 | 0.48 |
| Hex | 1A | 73 | DC | 58 | 30 | 0 | E | D4 | 4F | 30 |
| Octal | 32 | 163 | 334 | 130 | 60 | 0 | 16 | 324 | 117 | 60 |
| Binary | 11010 | 1110011 | 11011100 | 1011000 | 110000 | 0 | 1110 | 11010100 | 1001111 | 110000 |
Color Harmonies of #1A73DC
Complementary color
Monochromatic Colors of #1A73DC
Black with #1A73DC
Text Example
Text Example
White with #1A73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A73DC; }
p { color: rgb(26,115,220); }
H1.HeaderClassName
{
color: #1A73DC;
}
.AnyTagClassName
{
color: #1A73DC;
}
</style>
background-color css
<style>
a { background-color: #1A73DC; }
a { background-color: rgb(26,115,220); }
div.DivClassName
{
background-color: #1A73DC;
}
.BgClassName
{
background-color: #1A73DC;
}
</style>
border-color css
<style>
span { border-color: #1A73DC; }
span { border-color: rgb(26,115,220); }
td.TdClassName
{
border-color: #1A73DC;
}
.TagClassName
{
border-color: #1A73DC;
}
</style>