Shades of Orient #185A6F
Tints of Orient #185A6F
RGB
CMYK
RGB Variations
Color information
#185A6F (or 0x185A6F) is known color: Orient. HEX triplet: 18, 5A and 6F. RGB value is (24,90,111). Sum of RGB (Red+Green+Blue) = 24+90+111=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #185A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A6F is #E7A590. Grayscale: #484848. Windows color (decimal): -15181201 or 7297560. OLE color: 7297560.
HSL color Cylindrical-coordinate representation of color #185A6F: hue angle of 194.48º 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 #185A6F is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 90 | 111 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.56 |
| HSL | 194.48º | 0.64% | 0.26% | - |
| HSV(B) | 194.48º | 0.78% | 0.44% | - |
| XYZ | 6.9 | 8.65 | 16.35 | - |
| YUV | 72.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 111 | 0.78 | 0.19 | 0 | 0.56 | 194.48 | 0.64 | 0.26 |
| Hex | 18 | 5A | 6F | 4E | 13 | 0 | 38 | C2 | 40 | 1A |
| Octal | 30 | 132 | 157 | 116 | 23 | 0 | 70 | 302 | 100 | 32 |
| Binary | 11000 | 1011010 | 1101111 | 1001110 | 10011 | 0 | 111000 | 11000010 | 1000000 | 11010 |
Color Harmonies of #185A6F
Complementary color
Monochromatic Colors of #185A6F
Black with #185A6F
Text Example
Text Example
White with #185A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A6F; }
p { color: rgb(24,90,111); }
H1.HeaderClassName
{
color: #185A6F;
}
.AnyTagClassName
{
color: #185A6F;
}
</style>
background-color css
<style>
a { background-color: #185A6F; }
a { background-color: rgb(24,90,111); }
div.DivClassName
{
background-color: #185A6F;
}
.BgClassName
{
background-color: #185A6F;
}
</style>
border-color css
<style>
span { border-color: #185A6F; }
span { border-color: rgb(24,90,111); }
td.TdClassName
{
border-color: #185A6F;
}
.TagClassName
{
border-color: #185A6F;
}
</style>