Shades of Navy Blue #185CDE
Tints of Navy Blue #185CDE
RGB
CMYK
RGB Variations
Color information
#185CDE (or 0x185CDE) is known color: Navy Blue. HEX triplet: 18, 5C and DE. RGB value is (24,92,222). Sum of RGB (Red+Green+Blue) = 24+92+222=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #185CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CDE is #E7A321. Grayscale: #555555. Windows color (decimal): -15180578 or 14572568. OLE color: 14572568.
HSL color Cylindrical-coordinate representation of color #185CDE: hue angle of 219.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185CDE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 92 | 222 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.13 |
| HSL | 219.39º | 0.8% | 0.48% | - |
| HSV(B) | 219.39º | 0.89% | 0.87% | - |
| XYZ | 17.39 | 13.12 | 70.72 | - |
| YUV | 86.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 222 | 0.89 | 0.59 | 0 | 0.13 | 219.39 | 0.8 | 0.48 |
| Hex | 18 | 5C | DE | 59 | 3B | 0 | D | DB | 50 | 30 |
| Octal | 30 | 134 | 336 | 131 | 73 | 0 | 15 | 333 | 120 | 60 |
| Binary | 11000 | 1011100 | 11011110 | 1011001 | 111011 | 0 | 1101 | 11011011 | 1010000 | 110000 |
Color Harmonies of #185CDE
Complementary color
Monochromatic Colors of #185CDE
Black with #185CDE
Text Example
Text Example
White with #185CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CDE; }
p { color: rgb(24,92,222); }
H1.HeaderClassName
{
color: #185CDE;
}
.AnyTagClassName
{
color: #185CDE;
}
</style>
background-color css
<style>
a { background-color: #185CDE; }
a { background-color: rgb(24,92,222); }
div.DivClassName
{
background-color: #185CDE;
}
.BgClassName
{
background-color: #185CDE;
}
</style>
border-color css
<style>
span { border-color: #185CDE; }
span { border-color: rgb(24,92,222); }
td.TdClassName
{
border-color: #185CDE;
}
.TagClassName
{
border-color: #185CDE;
}
</style>