Shades of Navy Blue #185CEC
Tints of Navy Blue #185CEC
RGB
CMYK
RGB Variations
Color information
#185CEC (or 0x185CEC) is known color: Navy Blue. HEX triplet: 18, 5C and EC. RGB value is (24,92,236). Sum of RGB (Red+Green+Blue) = 24+92+236=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #185CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CEC is #E7A313. Grayscale: #575757. Windows color (decimal): -15180564 or 15490072. OLE color: 15490072.
HSL color Cylindrical-coordinate representation of color #185CEC: hue angle of 220.75º degrees, saturation: 0.85, 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 #185CEC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 92 | 236 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.75º | 0.85% | 0.51% | - |
| HSV(B) | 220.75º | 0.9% | 0.93% | - |
| XYZ | 19.34 | 13.9 | 81.02 | - |
| YUV | 88.08 | 211.47 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 236 | 0.90 | 0.61 | 0 | 0.07 | 220.75 | 0.85 | 0.51 |
| Hex | 18 | 5C | EC | 5A | 3D | 0 | 7 | DD | 55 | 33 |
| Octal | 30 | 134 | 354 | 132 | 75 | 0 | 7 | 335 | 125 | 63 |
| Binary | 11000 | 1011100 | 11101100 | 1011010 | 111101 | 0 | 111 | 11011101 | 1010101 | 110011 |
Color Harmonies of #185CEC
Complementary color
Monochromatic Colors of #185CEC
Black with #185CEC
Text Example
Text Example
White with #185CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CEC; }
p { color: rgb(24,92,236); }
H1.HeaderClassName
{
color: #185CEC;
}
.AnyTagClassName
{
color: #185CEC;
}
</style>
background-color css
<style>
a { background-color: #185CEC; }
a { background-color: rgb(24,92,236); }
div.DivClassName
{
background-color: #185CEC;
}
.BgClassName
{
background-color: #185CEC;
}
</style>
border-color css
<style>
span { border-color: #185CEC; }
span { border-color: rgb(24,92,236); }
td.TdClassName
{
border-color: #185CEC;
}
.TagClassName
{
border-color: #185CEC;
}
</style>