Shades of Navy Blue #185CED
Tints of Navy Blue #185CED
RGB
CMYK
RGB Variations
Color information
#185CED (or 0x185CED) is known color: Navy Blue. HEX triplet: 18, 5C and ED. RGB value is (24,92,237). Sum of RGB (Red+Green+Blue) = 24+92+237=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #185CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CED is #E7A312. Grayscale: #575757. Windows color (decimal): -15180563 or 15555608. OLE color: 15555608.
HSL color Cylindrical-coordinate representation of color #185CED: hue angle of 220.85º 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 #185CED is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 92 | 237 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.85º | 0.86% | 0.51% | - |
| HSV(B) | 220.85º | 0.9% | 0.93% | - |
| XYZ | 19.49 | 13.96 | 81.79 | - |
| YUV | 88.2 | 211.97 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 237 | 0.90 | 0.61 | 0 | 0.07 | 220.85 | 0.86 | 0.51 |
| Hex | 18 | 5C | ED | 5A | 3D | 0 | 7 | DD | 56 | 33 |
| Octal | 30 | 134 | 355 | 132 | 75 | 0 | 7 | 335 | 126 | 63 |
| Binary | 11000 | 1011100 | 11101101 | 1011010 | 111101 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #185CED
Complementary color
Monochromatic Colors of #185CED
Black with #185CED
Text Example
Text Example
White with #185CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CED; }
p { color: rgb(24,92,237); }
H1.HeaderClassName
{
color: #185CED;
}
.AnyTagClassName
{
color: #185CED;
}
</style>
background-color css
<style>
a { background-color: #185CED; }
a { background-color: rgb(24,92,237); }
div.DivClassName
{
background-color: #185CED;
}
.BgClassName
{
background-color: #185CED;
}
</style>
border-color css
<style>
span { border-color: #185CED; }
span { border-color: rgb(24,92,237); }
td.TdClassName
{
border-color: #185CED;
}
.TagClassName
{
border-color: #185CED;
}
</style>