Shades of Orient #15567B
Tints of Orient #15567B
RGB
CMYK
RGB Variations
Color information
#15567B (or 0x15567B) is known color: Orient. HEX triplet: 15, 56 and 7B. RGB value is (21,86,123). Sum of RGB (Red+Green+Blue) = 21+86+123=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #15567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15567B is #EAA984. Grayscale: #464646. Windows color (decimal): -15378821 or 8082965. OLE color: 8082965.
HSL color Cylindrical-coordinate representation of color #15567B: hue angle of 201.76º 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 #15567B is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 86 | 123 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.52 |
| HSL | 201.76º | 0.71% | 0.28% | - |
| HSV(B) | 201.76º | 0.83% | 0.48% | - |
| XYZ | 7.21 | 8.25 | 19.95 | - |
| YUV | 70.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 123 | 0.83 | 0.30 | 0 | 0.52 | 201.76 | 0.71 | 0.28 |
| Hex | 15 | 56 | 7B | 53 | 1E | 0 | 34 | CA | 47 | 1C |
| Octal | 25 | 126 | 173 | 123 | 36 | 0 | 64 | 312 | 107 | 34 |
| Binary | 10101 | 1010110 | 1111011 | 1010011 | 11110 | 0 | 110100 | 11001010 | 1000111 | 11100 |
Color Harmonies of #15567B
Complementary color
Monochromatic Colors of #15567B
Black with #15567B
Text Example
Text Example
White with #15567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15567B; }
p { color: rgb(21,86,123); }
H1.HeaderClassName
{
color: #15567B;
}
.AnyTagClassName
{
color: #15567B;
}
</style>
background-color css
<style>
a { background-color: #15567B; }
a { background-color: rgb(21,86,123); }
div.DivClassName
{
background-color: #15567B;
}
.BgClassName
{
background-color: #15567B;
}
</style>
border-color css
<style>
span { border-color: #15567B; }
span { border-color: rgb(21,86,123); }
td.TdClassName
{
border-color: #15567B;
}
.TagClassName
{
border-color: #15567B;
}
</style>