Shades of Orient #15576D
Tints of Orient #15576D
RGB
CMYK
RGB Variations
Color information
#15576D (or 0x15576D) is known color: Orient. HEX triplet: 15, 57 and 6D. RGB value is (21,87,109). Sum of RGB (Red+Green+Blue) = 21+87+109=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #15576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15576D is #EAA892. Grayscale: #454545. Windows color (decimal): -15378579 or 7165717. OLE color: 7165717.
HSL color Cylindrical-coordinate representation of color #15576D: hue angle of 195º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15576D is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 87 | 109 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.57 |
| HSL | 195º | 0.68% | 0.25% | - |
| HSV(B) | 195º | 0.81% | 0.43% | - |
| XYZ | 6.48 | 8.08 | 15.69 | - |
| YUV | 69.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 109 | 0.81 | 0.20 | 0 | 0.57 | 195 | 0.68 | 0.25 |
| Hex | 15 | 57 | 6D | 51 | 14 | 0 | 39 | C3 | 44 | 19 |
| Octal | 25 | 127 | 155 | 121 | 24 | 0 | 71 | 303 | 104 | 31 |
| Binary | 10101 | 1010111 | 1101101 | 1010001 | 10100 | 0 | 111001 | 11000011 | 1000100 | 11001 |
Color Harmonies of #15576D
Complementary color
Monochromatic Colors of #15576D
Black with #15576D
Text Example
Text Example
White with #15576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15576D; }
p { color: rgb(21,87,109); }
H1.HeaderClassName
{
color: #15576D;
}
.AnyTagClassName
{
color: #15576D;
}
</style>
background-color css
<style>
a { background-color: #15576D; }
a { background-color: rgb(21,87,109); }
div.DivClassName
{
background-color: #15576D;
}
.BgClassName
{
background-color: #15576D;
}
</style>
border-color css
<style>
span { border-color: #15576D; }
span { border-color: rgb(21,87,109); }
td.TdClassName
{
border-color: #15576D;
}
.TagClassName
{
border-color: #15576D;
}
</style>