Shades of Orient #184E72
Tints of Orient #184E72
RGB
CMYK
RGB Variations
Color information
#184E72 (or 0x184E72) is known color: Orient. HEX triplet: 18, 4E and 72. RGB value is (24,78,114). Sum of RGB (Red+Green+Blue) = 24+78+114=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #184E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E72 is #E7B18D. Grayscale: #414141. Windows color (decimal): -15184270 or 7491096. OLE color: 7491096.
HSL color Cylindrical-coordinate representation of color #184E72: hue angle of 204º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184E72 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 78 | 114 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.55 |
| HSL | 204º | 0.65% | 0.27% | - |
| HSV(B) | 204º | 0.79% | 0.45% | - |
| XYZ | 6.14 | 6.86 | 16.92 | - |
| YUV | 65.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 114 | 0.79 | 0.32 | 0 | 0.55 | 204 | 0.65 | 0.27 |
| Hex | 18 | 4E | 72 | 4F | 20 | 0 | 37 | CC | 41 | 1B |
| Octal | 30 | 116 | 162 | 117 | 40 | 0 | 67 | 314 | 101 | 33 |
| Binary | 11000 | 1001110 | 1110010 | 1001111 | 100000 | 0 | 110111 | 11001100 | 1000001 | 11011 |
Color Harmonies of #184E72
Complementary color
Monochromatic Colors of #184E72
Black with #184E72
Text Example
Text Example
White with #184E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E72; }
p { color: rgb(24,78,114); }
H1.HeaderClassName
{
color: #184E72;
}
.AnyTagClassName
{
color: #184E72;
}
</style>
background-color css
<style>
a { background-color: #184E72; }
a { background-color: rgb(24,78,114); }
div.DivClassName
{
background-color: #184E72;
}
.BgClassName
{
background-color: #184E72;
}
</style>
border-color css
<style>
span { border-color: #184E72; }
span { border-color: rgb(24,78,114); }
td.TdClassName
{
border-color: #184E72;
}
.TagClassName
{
border-color: #184E72;
}
</style>