Shades of Navy Blue #185FEB
Tints of Navy Blue #185FEB
RGB
CMYK
RGB Variations
Color information
#185FEB (or 0x185FEB) is known color: Navy Blue. HEX triplet: 18, 5F and EB. RGB value is (24,95,235). Sum of RGB (Red+Green+Blue) = 24+95+235=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #185FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FEB is #E7A014. Grayscale: #595959. Windows color (decimal): -15179797 or 15425304. OLE color: 15425304.
HSL color Cylindrical-coordinate representation of color #185FEB: hue angle of 219.81º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185FEB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 95 | 235 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.08 |
| HSL | 219.81º | 0.84% | 0.51% | - |
| HSV(B) | 219.81º | 0.9% | 0.92% | - |
| XYZ | 19.46 | 14.38 | 80.35 | - |
| YUV | 89.73 | 209.98 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 235 | 0.90 | 0.60 | 0 | 0.08 | 219.81 | 0.84 | 0.51 |
| Hex | 18 | 5F | EB | 5A | 3C | 0 | 8 | DC | 54 | 33 |
| Octal | 30 | 137 | 353 | 132 | 74 | 0 | 10 | 334 | 124 | 63 |
| Binary | 11000 | 1011111 | 11101011 | 1011010 | 111100 | 0 | 1000 | 11011100 | 1010100 | 110011 |
Color Harmonies of #185FEB
Complementary color
Monochromatic Colors of #185FEB
Black with #185FEB
Text Example
Text Example
White with #185FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FEB; }
p { color: rgb(24,95,235); }
H1.HeaderClassName
{
color: #185FEB;
}
.AnyTagClassName
{
color: #185FEB;
}
</style>
background-color css
<style>
a { background-color: #185FEB; }
a { background-color: rgb(24,95,235); }
div.DivClassName
{
background-color: #185FEB;
}
.BgClassName
{
background-color: #185FEB;
}
</style>
border-color css
<style>
span { border-color: #185FEB; }
span { border-color: rgb(24,95,235); }
td.TdClassName
{
border-color: #185FEB;
}
.TagClassName
{
border-color: #185FEB;
}
</style>