Shades of Navy Blue #185FEE
Tints of Navy Blue #185FEE
RGB
CMYK
RGB Variations
Color information
#185FEE (or 0x185FEE) is known color: Navy Blue. HEX triplet: 18, 5F and EE. RGB value is (24,95,238). Sum of RGB (Red+Green+Blue) = 24+95+238=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #185FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FEE is #E7A011. Grayscale: #595959. Windows color (decimal): -15179794 or 15621912. OLE color: 15621912.
HSL color Cylindrical-coordinate representation of color #185FEE: hue angle of 220.09º 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 #185FEE is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 95 | 238 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.07 |
| HSL | 220.09º | 0.86% | 0.51% | - |
| HSV(B) | 220.09º | 0.9% | 0.93% | - |
| XYZ | 19.9 | 14.55 | 82.65 | - |
| YUV | 90.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 238 | 0.90 | 0.60 | 0 | 0.07 | 220.09 | 0.86 | 0.51 |
| Hex | 18 | 5F | EE | 5A | 3C | 0 | 7 | DC | 56 | 33 |
| Octal | 30 | 137 | 356 | 132 | 74 | 0 | 7 | 334 | 126 | 63 |
| Binary | 11000 | 1011111 | 11101110 | 1011010 | 111100 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #185FEE
Complementary color
Monochromatic Colors of #185FEE
Black with #185FEE
Text Example
Text Example
White with #185FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FEE; }
p { color: rgb(24,95,238); }
H1.HeaderClassName
{
color: #185FEE;
}
.AnyTagClassName
{
color: #185FEE;
}
</style>
background-color css
<style>
a { background-color: #185FEE; }
a { background-color: rgb(24,95,238); }
div.DivClassName
{
background-color: #185FEE;
}
.BgClassName
{
background-color: #185FEE;
}
</style>
border-color css
<style>
span { border-color: #185FEE; }
span { border-color: rgb(24,95,238); }
td.TdClassName
{
border-color: #185FEE;
}
.TagClassName
{
border-color: #185FEE;
}
</style>