Shades of Orient #184E71
Tints of Orient #184E71
RGB
CMYK
RGB Variations
Color information
#184E71 (or 0x184E71) is known color: Orient. HEX triplet: 18, 4E and 71. RGB value is (24,78,113). Sum of RGB (Red+Green+Blue) = 24+78+113=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #184E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E71 is #E7B18E. Grayscale: #414141. Windows color (decimal): -15184271 or 7425560. OLE color: 7425560.
HSL color Cylindrical-coordinate representation of color #184E71: hue angle of 203.6º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184E71 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 78 | 113 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.56 |
| HSL | 203.6º | 0.65% | 0.27% | - |
| HSV(B) | 203.6º | 0.79% | 0.44% | - |
| XYZ | 6.08 | 6.84 | 16.62 | - |
| YUV | 65.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 113 | 0.79 | 0.31 | 0 | 0.56 | 203.6 | 0.65 | 0.27 |
| Hex | 18 | 4E | 71 | 4F | 1F | 0 | 38 | CC | 41 | 1B |
| Octal | 30 | 116 | 161 | 117 | 37 | 0 | 70 | 314 | 101 | 33 |
| Binary | 11000 | 1001110 | 1110001 | 1001111 | 11111 | 0 | 111000 | 11001100 | 1000001 | 11011 |
Color Harmonies of #184E71
Complementary color
Monochromatic Colors of #184E71
Black with #184E71
Text Example
Text Example
White with #184E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E71; }
p { color: rgb(24,78,113); }
H1.HeaderClassName
{
color: #184E71;
}
.AnyTagClassName
{
color: #184E71;
}
</style>
background-color css
<style>
a { background-color: #184E71; }
a { background-color: rgb(24,78,113); }
div.DivClassName
{
background-color: #184E71;
}
.BgClassName
{
background-color: #184E71;
}
</style>
border-color css
<style>
span { border-color: #184E71; }
span { border-color: rgb(24,78,113); }
td.TdClassName
{
border-color: #184E71;
}
.TagClassName
{
border-color: #184E71;
}
</style>