Shades of Navy Blue #1869EF
Tints of Navy Blue #1869EF
RGB
CMYK
RGB Variations
Color information
#1869EF (or 0x1869EF) is known color: Navy Blue. HEX triplet: 18, 69 and EF. RGB value is (24,105,239). Sum of RGB (Red+Green+Blue) = 24+105+239=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #1869EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1869EF is #E79610. Grayscale: #5F5F5F. Windows color (decimal): -15177233 or 15690008. OLE color: 15690008.
HSL color Cylindrical-coordinate representation of color #1869EF: hue angle of 217.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1869EF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 105 | 239 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.06 |
| HSL | 217.4º | 0.87% | 0.52% | - |
| HSV(B) | 217.4º | 0.9% | 0.94% | - |
| XYZ | 21.01 | 16.53 | 83.74 | - |
| YUV | 96.06 | 208.66 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 239 | 0.90 | 0.56 | 0 | 0.06 | 217.4 | 0.87 | 0.52 |
| Hex | 18 | 69 | EF | 5A | 38 | 0 | 6 | D9 | 57 | 34 |
| Octal | 30 | 151 | 357 | 132 | 70 | 0 | 6 | 331 | 127 | 64 |
| Binary | 11000 | 1101001 | 11101111 | 1011010 | 111000 | 0 | 110 | 11011001 | 1010111 | 110100 |
Color Harmonies of #1869EF
Complementary color
Monochromatic Colors of #1869EF
Black with #1869EF
Text Example
Text Example
White with #1869EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1869EF; }
p { color: rgb(24,105,239); }
H1.HeaderClassName
{
color: #1869EF;
}
.AnyTagClassName
{
color: #1869EF;
}
</style>
background-color css
<style>
a { background-color: #1869EF; }
a { background-color: rgb(24,105,239); }
div.DivClassName
{
background-color: #1869EF;
}
.BgClassName
{
background-color: #1869EF;
}
</style>
border-color css
<style>
span { border-color: #1869EF; }
span { border-color: rgb(24,105,239); }
td.TdClassName
{
border-color: #1869EF;
}
.TagClassName
{
border-color: #1869EF;
}
</style>