Shades of Orient #15577B
Tints of Orient #15577B
RGB
CMYK
RGB Variations
Color information
#15577B (or 0x15577B) is known color: Orient. HEX triplet: 15, 57 and 7B. RGB value is (21,87,123). Sum of RGB (Red+Green+Blue) = 21+87+123=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #15577B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15577B is #EAA884. Grayscale: #474747. Windows color (decimal): -15378565 or 8083221. OLE color: 8083221.
HSL color Cylindrical-coordinate representation of color #15577B: hue angle of 201.18º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15577B is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 87 | 123 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.52 |
| HSL | 201.18º | 0.71% | 0.28% | - |
| HSV(B) | 201.18º | 0.83% | 0.48% | - |
| XYZ | 7.29 | 8.41 | 19.98 | - |
| YUV | 71.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 123 | 0.83 | 0.29 | 0 | 0.52 | 201.18 | 0.71 | 0.28 |
| Hex | 15 | 57 | 7B | 53 | 1D | 0 | 34 | C9 | 47 | 1C |
| Octal | 25 | 127 | 173 | 123 | 35 | 0 | 64 | 311 | 107 | 34 |
| Binary | 10101 | 1010111 | 1111011 | 1010011 | 11101 | 0 | 110100 | 11001001 | 1000111 | 11100 |
Color Harmonies of #15577B
Complementary color
Monochromatic Colors of #15577B
Black with #15577B
Text Example
Text Example
White with #15577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15577B; }
p { color: rgb(21,87,123); }
H1.HeaderClassName
{
color: #15577B;
}
.AnyTagClassName
{
color: #15577B;
}
</style>
background-color css
<style>
a { background-color: #15577B; }
a { background-color: rgb(21,87,123); }
div.DivClassName
{
background-color: #15577B;
}
.BgClassName
{
background-color: #15577B;
}
</style>
border-color css
<style>
span { border-color: #15577B; }
span { border-color: rgb(21,87,123); }
td.TdClassName
{
border-color: #15577B;
}
.TagClassName
{
border-color: #15577B;
}
</style>