Shades of Navy Blue #185DED
Tints of Navy Blue #185DED
RGB
CMYK
RGB Variations
Color information
#185DED (or 0x185DED) is known color: Navy Blue. HEX triplet: 18, 5D and ED. RGB value is (24,93,237). Sum of RGB (Red+Green+Blue) = 24+93+237=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #185DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DED is #E7A212. Grayscale: #585858. Windows color (decimal): -15180307 or 15555864. OLE color: 15555864.
HSL color Cylindrical-coordinate representation of color #185DED: hue angle of 220.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185DED is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 93 | 237 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.56º | 0.86% | 0.51% | - |
| HSV(B) | 220.56º | 0.9% | 0.93% | - |
| XYZ | 19.58 | 14.14 | 81.82 | - |
| YUV | 88.79 | 211.64 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 237 | 0.90 | 0.61 | 0 | 0.07 | 220.56 | 0.86 | 0.51 |
| Hex | 18 | 5D | ED | 5A | 3D | 0 | 7 | DD | 56 | 33 |
| Octal | 30 | 135 | 355 | 132 | 75 | 0 | 7 | 335 | 126 | 63 |
| Binary | 11000 | 1011101 | 11101101 | 1011010 | 111101 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #185DED
Complementary color
Monochromatic Colors of #185DED
Black with #185DED
Text Example
Text Example
White with #185DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DED; }
p { color: rgb(24,93,237); }
H1.HeaderClassName
{
color: #185DED;
}
.AnyTagClassName
{
color: #185DED;
}
</style>
background-color css
<style>
a { background-color: #185DED; }
a { background-color: rgb(24,93,237); }
div.DivClassName
{
background-color: #185DED;
}
.BgClassName
{
background-color: #185DED;
}
</style>
border-color css
<style>
span { border-color: #185DED; }
span { border-color: rgb(24,93,237); }
td.TdClassName
{
border-color: #185DED;
}
.TagClassName
{
border-color: #185DED;
}
</style>