Shades of Orient #184D6E
Tints of Orient #184D6E
RGB
CMYK
RGB Variations
Color information
#184D6E (or 0x184D6E) is known color: Orient. HEX triplet: 18, 4D and 6E. RGB value is (24,77,110). Sum of RGB (Red+Green+Blue) = 24+77+110=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #184D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D6E is #E7B291. Grayscale: #404040. Windows color (decimal): -15184530 or 7228696. OLE color: 7228696.
HSL color Cylindrical-coordinate representation of color #184D6E: hue angle of 203.02º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #184D6E is Cyan = 0.78, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 77 | 110 | - |
| CMYK | 0.78 | 0.3 | 0 | 0.57 |
| HSL | 203.02º | 0.64% | 0.26% | - |
| HSV(B) | 203.02º | 0.78% | 0.43% | - |
| XYZ | 5.85 | 6.63 | 15.72 | - |
| YUV | 64.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 110 | 0.78 | 0.3 | 0 | 0.57 | 203.02 | 0.64 | 0.26 |
| Hex | 18 | 4D | 6E | 4E | 1E | 0 | 39 | CB | 40 | 1A |
| Octal | 30 | 115 | 156 | 116 | 36 | 0 | 71 | 313 | 100 | 32 |
| Binary | 11000 | 1001101 | 1101110 | 1001110 | 11110 | 0 | 111001 | 11001011 | 1000000 | 11010 |
Color Harmonies of #184D6E
Complementary color
Monochromatic Colors of #184D6E
Black with #184D6E
Text Example
Text Example
White with #184D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D6E; }
p { color: rgb(24,77,110); }
H1.HeaderClassName
{
color: #184D6E;
}
.AnyTagClassName
{
color: #184D6E;
}
</style>
background-color css
<style>
a { background-color: #184D6E; }
a { background-color: rgb(24,77,110); }
div.DivClassName
{
background-color: #184D6E;
}
.BgClassName
{
background-color: #184D6E;
}
</style>
border-color css
<style>
span { border-color: #184D6E; }
span { border-color: rgb(24,77,110); }
td.TdClassName
{
border-color: #184D6E;
}
.TagClassName
{
border-color: #184D6E;
}
</style>