Shades of Orient #184F74
Tints of Orient #184F74
RGB
CMYK
RGB Variations
Color information
#184F74 (or 0x184F74) is known color: Orient. HEX triplet: 18, 4F and 74. RGB value is (24,79,116). Sum of RGB (Red+Green+Blue) = 24+79+116=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #184F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F74 is #E7B08B. Grayscale: #424242. Windows color (decimal): -15184012 or 7622424. OLE color: 7622424.
HSL color Cylindrical-coordinate representation of color #184F74: hue angle of 204.13º degrees, saturation: 0.66, 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 #184F74 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 79 | 116 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.55 |
| HSL | 204.13º | 0.66% | 0.27% | - |
| HSV(B) | 204.13º | 0.79% | 0.45% | - |
| XYZ | 6.33 | 7.05 | 17.55 | - |
| YUV | 66.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 116 | 0.79 | 0.32 | 0 | 0.55 | 204.13 | 0.66 | 0.27 |
| Hex | 18 | 4F | 74 | 4F | 20 | 0 | 37 | CC | 42 | 1B |
| Octal | 30 | 117 | 164 | 117 | 40 | 0 | 67 | 314 | 102 | 33 |
| Binary | 11000 | 1001111 | 1110100 | 1001111 | 100000 | 0 | 110111 | 11001100 | 1000010 | 11011 |
Color Harmonies of #184F74
Complementary color
Monochromatic Colors of #184F74
Black with #184F74
Text Example
Text Example
White with #184F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F74; }
p { color: rgb(24,79,116); }
H1.HeaderClassName
{
color: #184F74;
}
.AnyTagClassName
{
color: #184F74;
}
</style>
background-color css
<style>
a { background-color: #184F74; }
a { background-color: rgb(24,79,116); }
div.DivClassName
{
background-color: #184F74;
}
.BgClassName
{
background-color: #184F74;
}
</style>
border-color css
<style>
span { border-color: #184F74; }
span { border-color: rgb(24,79,116); }
td.TdClassName
{
border-color: #184F74;
}
.TagClassName
{
border-color: #184F74;
}
</style>