Shades of Navy Blue #1868DA
Tints of Navy Blue #1868DA
RGB
CMYK
RGB Variations
Color information
#1868DA (or 0x1868DA) is known color: Navy Blue. HEX triplet: 18, 68 and DA. RGB value is (24,104,218). Sum of RGB (Red+Green+Blue) = 24+104+218=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #1868DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1868DA is #E79725. Grayscale: #5C5C5C. Windows color (decimal): -15177510 or 14313496. OLE color: 14313496.
HSL color Cylindrical-coordinate representation of color #1868DA: hue angle of 215.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1868DA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 104 | 218 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.15 |
| HSL | 215.26º | 0.8% | 0.47% | - |
| HSV(B) | 215.26º | 0.89% | 0.85% | - |
| XYZ | 17.98 | 15.16 | 68.31 | - |
| YUV | 93.08 | 198.5 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 218 | 0.89 | 0.52 | 0 | 0.15 | 215.26 | 0.8 | 0.47 |
| Hex | 18 | 68 | DA | 59 | 34 | 0 | F | D7 | 50 | 2F |
| Octal | 30 | 150 | 332 | 131 | 64 | 0 | 17 | 327 | 120 | 57 |
| Binary | 11000 | 1101000 | 11011010 | 1011001 | 110100 | 0 | 1111 | 11010111 | 1010000 | 101111 |
Color Harmonies of #1868DA
Complementary color
Monochromatic Colors of #1868DA
Black with #1868DA
Text Example
Text Example
White with #1868DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1868DA; }
p { color: rgb(24,104,218); }
H1.HeaderClassName
{
color: #1868DA;
}
.AnyTagClassName
{
color: #1868DA;
}
</style>
background-color css
<style>
a { background-color: #1868DA; }
a { background-color: rgb(24,104,218); }
div.DivClassName
{
background-color: #1868DA;
}
.BgClassName
{
background-color: #1868DA;
}
</style>
border-color css
<style>
span { border-color: #1868DA; }
span { border-color: rgb(24,104,218); }
td.TdClassName
{
border-color: #1868DA;
}
.TagClassName
{
border-color: #1868DA;
}
</style>