Shades of Navy Blue #185FEA
Tints of Navy Blue #185FEA
RGB
CMYK
RGB Variations
Color information
#185FEA (or 0x185FEA) is known color: Navy Blue. HEX triplet: 18, 5F and EA. RGB value is (24,95,234). Sum of RGB (Red+Green+Blue) = 24+95+234=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #185FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FEA is #E7A015. Grayscale: #585858. Windows color (decimal): -15179798 or 15359768. OLE color: 15359768.
HSL color Cylindrical-coordinate representation of color #185FEA: hue angle of 219.71º degrees, saturation: 0.83, 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 #185FEA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 95 | 234 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.08 |
| HSL | 219.71º | 0.83% | 0.51% | - |
| HSV(B) | 219.71º | 0.9% | 0.92% | - |
| XYZ | 19.32 | 14.32 | 79.59 | - |
| YUV | 89.62 | 209.48 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 234 | 0.90 | 0.59 | 0 | 0.08 | 219.71 | 0.83 | 0.51 |
| Hex | 18 | 5F | EA | 5A | 3B | 0 | 8 | DC | 53 | 33 |
| Octal | 30 | 137 | 352 | 132 | 73 | 0 | 10 | 334 | 123 | 63 |
| Binary | 11000 | 1011111 | 11101010 | 1011010 | 111011 | 0 | 1000 | 11011100 | 1010011 | 110011 |
Color Harmonies of #185FEA
Complementary color
Monochromatic Colors of #185FEA
Black with #185FEA
Text Example
Text Example
White with #185FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FEA; }
p { color: rgb(24,95,234); }
H1.HeaderClassName
{
color: #185FEA;
}
.AnyTagClassName
{
color: #185FEA;
}
</style>
background-color css
<style>
a { background-color: #185FEA; }
a { background-color: rgb(24,95,234); }
div.DivClassName
{
background-color: #185FEA;
}
.BgClassName
{
background-color: #185FEA;
}
</style>
border-color css
<style>
span { border-color: #185FEA; }
span { border-color: rgb(24,95,234); }
td.TdClassName
{
border-color: #185FEA;
}
.TagClassName
{
border-color: #185FEA;
}
</style>