Shades of Orient #184E6F
Tints of Orient #184E6F
RGB
CMYK
RGB Variations
Color information
#184E6F (or 0x184E6F) is known color: Orient. HEX triplet: 18, 4E and 6F. RGB value is (24,78,111). Sum of RGB (Red+Green+Blue) = 24+78+111=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #184E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E6F is #E7B190. Grayscale: #414141. Windows color (decimal): -15184273 or 7294488. OLE color: 7294488.
HSL color Cylindrical-coordinate representation of color #184E6F: hue angle of 202.76º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #184E6F is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 78 | 111 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.56 |
| HSL | 202.76º | 0.64% | 0.26% | - |
| HSV(B) | 202.76º | 0.78% | 0.44% | - |
| XYZ | 5.97 | 6.79 | 16.03 | - |
| YUV | 65.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 111 | 0.78 | 0.30 | 0 | 0.56 | 202.76 | 0.64 | 0.26 |
| Hex | 18 | 4E | 6F | 4E | 1E | 0 | 38 | CB | 40 | 1A |
| Octal | 30 | 116 | 157 | 116 | 36 | 0 | 70 | 313 | 100 | 32 |
| Binary | 11000 | 1001110 | 1101111 | 1001110 | 11110 | 0 | 111000 | 11001011 | 1000000 | 11010 |
Color Harmonies of #184E6F
Complementary color
Monochromatic Colors of #184E6F
Black with #184E6F
Text Example
Text Example
White with #184E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E6F; }
p { color: rgb(24,78,111); }
H1.HeaderClassName
{
color: #184E6F;
}
.AnyTagClassName
{
color: #184E6F;
}
</style>
background-color css
<style>
a { background-color: #184E6F; }
a { background-color: rgb(24,78,111); }
div.DivClassName
{
background-color: #184E6F;
}
.BgClassName
{
background-color: #184E6F;
}
</style>
border-color css
<style>
span { border-color: #184E6F; }
span { border-color: rgb(24,78,111); }
td.TdClassName
{
border-color: #184E6F;
}
.TagClassName
{
border-color: #184E6F;
}
</style>