Shades of Orient #155C74
Tints of Orient #155C74
RGB
CMYK
RGB Variations
Color information
#155C74 (or 0x155C74) is known color: Orient. HEX triplet: 15, 5C and 74. RGB value is (21,92,116). Sum of RGB (Red+Green+Blue) = 21+92+116=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #155C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C74 is #EAA38B. Grayscale: #494949. Windows color (decimal): -15377292 or 7625749. OLE color: 7625749.
HSL color Cylindrical-coordinate representation of color #155C74: hue angle of 195.16º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155C74 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 92 | 116 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.55 |
| HSL | 195.16º | 0.69% | 0.27% | - |
| HSV(B) | 195.16º | 0.82% | 0.45% | - |
| XYZ | 7.29 | 9.07 | 17.89 | - |
| YUV | 73.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 116 | 0.82 | 0.21 | 0 | 0.55 | 195.16 | 0.69 | 0.27 |
| Hex | 15 | 5C | 74 | 52 | 15 | 0 | 37 | C3 | 45 | 1B |
| Octal | 25 | 134 | 164 | 122 | 25 | 0 | 67 | 303 | 105 | 33 |
| Binary | 10101 | 1011100 | 1110100 | 1010010 | 10101 | 0 | 110111 | 11000011 | 1000101 | 11011 |
Color Harmonies of #155C74
Complementary color
Monochromatic Colors of #155C74
Black with #155C74
Text Example
Text Example
White with #155C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C74; }
p { color: rgb(21,92,116); }
H1.HeaderClassName
{
color: #155C74;
}
.AnyTagClassName
{
color: #155C74;
}
</style>
background-color css
<style>
a { background-color: #155C74; }
a { background-color: rgb(21,92,116); }
div.DivClassName
{
background-color: #155C74;
}
.BgClassName
{
background-color: #155C74;
}
</style>
border-color css
<style>
span { border-color: #155C74; }
span { border-color: rgb(21,92,116); }
td.TdClassName
{
border-color: #155C74;
}
.TagClassName
{
border-color: #155C74;
}
</style>