Shades of Navy Blue #1E6FDD
Tints of Navy Blue #1E6FDD
RGB
CMYK
RGB Variations
Color information
#1E6FDD (or 0x1E6FDD) is known color: Navy Blue. HEX triplet: 1E, 6F and DD. RGB value is (30,111,221). Sum of RGB (Red+Green+Blue) = 30+111+221=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E6FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6FDD is #E19022. Grayscale: #626262. Windows color (decimal): -14782499 or 14511902. OLE color: 14511902.
HSL color Cylindrical-coordinate representation of color #1E6FDD: hue angle of 214.55º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6FDD is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 111 | 221 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.13 |
| HSL | 214.56º | 0.76% | 0.49% | - |
| HSV(B) | 214.56º | 0.86% | 0.87% | - |
| XYZ | 19.27 | 16.87 | 70.65 | - |
| YUV | 99.32 | 196.66 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 221 | 0.86 | 0.50 | 0 | 0.13 | 214.56 | 0.76 | 0.49 |
| Hex | 1E | 6F | DD | 56 | 32 | 0 | D | D7 | 4C | 31 |
| Octal | 36 | 157 | 335 | 126 | 62 | 0 | 15 | 327 | 114 | 61 |
| Binary | 11110 | 1101111 | 11011101 | 1010110 | 110010 | 0 | 1101 | 11010111 | 1001100 | 110001 |
Color Harmonies of #1E6FDD
Complementary color
Monochromatic Colors of #1E6FDD
Black with #1E6FDD
Text Example
Text Example
White with #1E6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FDD; }
p { color: rgb(30,111,221); }
H1.HeaderClassName
{
color: #1E6FDD;
}
.AnyTagClassName
{
color: #1E6FDD;
}
</style>
background-color css
<style>
a { background-color: #1E6FDD; }
a { background-color: rgb(30,111,221); }
div.DivClassName
{
background-color: #1E6FDD;
}
.BgClassName
{
background-color: #1E6FDD;
}
</style>
border-color css
<style>
span { border-color: #1E6FDD; }
span { border-color: rgb(30,111,221); }
td.TdClassName
{
border-color: #1E6FDD;
}
.TagClassName
{
border-color: #1E6FDD;
}
</style>