Shades of Orient #15556B
Tints of Orient #15556B
RGB
CMYK
RGB Variations
Color information
#15556B (or 0x15556B) is known color: Orient. HEX triplet: 15, 55 and 6B. RGB value is (21,85,107). Sum of RGB (Red+Green+Blue) = 21+85+107=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #15556B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15556B is #EAAA94. Grayscale: #444444. Windows color (decimal): -15379093 or 7034133. OLE color: 7034133.
HSL color Cylindrical-coordinate representation of color #15556B: hue angle of 195.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15556B is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 85 | 107 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.58 |
| HSL | 195.35º | 0.67% | 0.25% | - |
| HSV(B) | 195.35º | 0.8% | 0.42% | - |
| XYZ | 6.21 | 7.72 | 15.07 | - |
| YUV | 68.37 | 149.8 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 107 | 0.80 | 0.21 | 0 | 0.58 | 195.35 | 0.67 | 0.25 |
| Hex | 15 | 55 | 6B | 50 | 15 | 0 | 3A | C3 | 43 | 19 |
| Octal | 25 | 125 | 153 | 120 | 25 | 0 | 72 | 303 | 103 | 31 |
| Binary | 10101 | 1010101 | 1101011 | 1010000 | 10101 | 0 | 111010 | 11000011 | 1000011 | 11001 |
Color Harmonies of #15556B
Complementary color
Monochromatic Colors of #15556B
Black with #15556B
Text Example
Text Example
White with #15556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15556B; }
p { color: rgb(21,85,107); }
H1.HeaderClassName
{
color: #15556B;
}
.AnyTagClassName
{
color: #15556B;
}
</style>
background-color css
<style>
a { background-color: #15556B; }
a { background-color: rgb(21,85,107); }
div.DivClassName
{
background-color: #15556B;
}
.BgClassName
{
background-color: #15556B;
}
</style>
border-color css
<style>
span { border-color: #15556B; }
span { border-color: rgb(21,85,107); }
td.TdClassName
{
border-color: #15556B;
}
.TagClassName
{
border-color: #15556B;
}
</style>