Shades of Orient #19577B
Tints of Orient #19577B
RGB
CMYK
RGB Variations
Color information
#19577B (or 0x19577B) is known color: Orient. HEX triplet: 19, 57 and 7B. RGB value is (25,87,123). Sum of RGB (Red+Green+Blue) = 25+87+123=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #19577B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19577B is #E6A884. Grayscale: #484848. Windows color (decimal): -15116421 or 8083225. OLE color: 8083225.
HSL color Cylindrical-coordinate representation of color #19577B: hue angle of 202.04º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19577B is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 87 | 123 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.52 |
| HSL | 202.04º | 0.66% | 0.29% | - |
| HSV(B) | 202.04º | 0.8% | 0.48% | - |
| XYZ | 7.38 | 8.45 | 19.98 | - |
| YUV | 72.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 123 | 0.80 | 0.29 | 0 | 0.52 | 202.04 | 0.66 | 0.29 |
| Hex | 19 | 57 | 7B | 50 | 1D | 0 | 34 | CA | 42 | 1D |
| Octal | 31 | 127 | 173 | 120 | 35 | 0 | 64 | 312 | 102 | 35 |
| Binary | 11001 | 1010111 | 1111011 | 1010000 | 11101 | 0 | 110100 | 11001010 | 1000010 | 11101 |
Color Harmonies of #19577B
Complementary color
Monochromatic Colors of #19577B
Black with #19577B
Text Example
Text Example
White with #19577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19577B; }
p { color: rgb(25,87,123); }
H1.HeaderClassName
{
color: #19577B;
}
.AnyTagClassName
{
color: #19577B;
}
</style>
background-color css
<style>
a { background-color: #19577B; }
a { background-color: rgb(25,87,123); }
div.DivClassName
{
background-color: #19577B;
}
.BgClassName
{
background-color: #19577B;
}
</style>
border-color css
<style>
span { border-color: #19577B; }
span { border-color: rgb(25,87,123); }
td.TdClassName
{
border-color: #19577B;
}
.TagClassName
{
border-color: #19577B;
}
</style>