Shades of Navy Blue #1869E9
Tints of Navy Blue #1869E9
RGB
CMYK
RGB Variations
Color information
#1869E9 (or 0x1869E9) is known color: Navy Blue. HEX triplet: 18, 69 and E9. RGB value is (24,105,233). Sum of RGB (Red+Green+Blue) = 24+105+233=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #1869E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1869E9 is #E79616. Grayscale: #5E5E5E. Windows color (decimal): -15177239 or 15296792. OLE color: 15296792.
HSL color Cylindrical-coordinate representation of color #1869E9: hue angle of 216.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1869E9 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 105 | 233 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.09 |
| HSL | 216.75º | 0.83% | 0.5% | - |
| HSV(B) | 216.75º | 0.9% | 0.91% | - |
| XYZ | 20.14 | 16.18 | 79.15 | - |
| YUV | 95.37 | 205.66 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 233 | 0.90 | 0.55 | 0 | 0.09 | 216.75 | 0.83 | 0.5 |
| Hex | 18 | 69 | E9 | 5A | 37 | 0 | 9 | D9 | 53 | 32 |
| Octal | 30 | 151 | 351 | 132 | 67 | 0 | 11 | 331 | 123 | 62 |
| Binary | 11000 | 1101001 | 11101001 | 1011010 | 110111 | 0 | 1001 | 11011001 | 1010011 | 110010 |
Color Harmonies of #1869E9
Complementary color
Monochromatic Colors of #1869E9
Black with #1869E9
Text Example
Text Example
White with #1869E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1869E9; }
p { color: rgb(24,105,233); }
H1.HeaderClassName
{
color: #1869E9;
}
.AnyTagClassName
{
color: #1869E9;
}
</style>
background-color css
<style>
a { background-color: #1869E9; }
a { background-color: rgb(24,105,233); }
div.DivClassName
{
background-color: #1869E9;
}
.BgClassName
{
background-color: #1869E9;
}
</style>
border-color css
<style>
span { border-color: #1869E9; }
span { border-color: rgb(24,105,233); }
td.TdClassName
{
border-color: #1869E9;
}
.TagClassName
{
border-color: #1869E9;
}
</style>