Shades of Orient #195A6A
Tints of Orient #195A6A
RGB
CMYK
RGB Variations
Color information
#195A6A (or 0x195A6A) is known color: Orient. HEX triplet: 19, 5A and 6A. RGB value is (25,90,106). Sum of RGB (Red+Green+Blue) = 25+90+106=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #195A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A6A is #E6A595. Grayscale: #484848. Windows color (decimal): -15115670 or 6969881. OLE color: 6969881.
HSL color Cylindrical-coordinate representation of color #195A6A: hue angle of 191.85º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195A6A is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 90 | 106 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.58 |
| HSL | 191.85º | 0.62% | 0.26% | - |
| HSV(B) | 191.85º | 0.76% | 0.42% | - |
| XYZ | 6.66 | 8.56 | 14.94 | - |
| YUV | 72.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 106 | 0.76 | 0.15 | 0 | 0.58 | 191.85 | 0.62 | 0.26 |
| Hex | 19 | 5A | 6A | 4C | F | 0 | 3A | C0 | 3E | 1A |
| Octal | 31 | 132 | 152 | 114 | 17 | 0 | 72 | 300 | 76 | 32 |
| Binary | 11001 | 1011010 | 1101010 | 1001100 | 1111 | 0 | 111010 | 11000000 | 111110 | 11010 |
Color Harmonies of #195A6A
Complementary color
Monochromatic Colors of #195A6A
Black with #195A6A
Text Example
Text Example
White with #195A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A6A; }
p { color: rgb(25,90,106); }
H1.HeaderClassName
{
color: #195A6A;
}
.AnyTagClassName
{
color: #195A6A;
}
</style>
background-color css
<style>
a { background-color: #195A6A; }
a { background-color: rgb(25,90,106); }
div.DivClassName
{
background-color: #195A6A;
}
.BgClassName
{
background-color: #195A6A;
}
</style>
border-color css
<style>
span { border-color: #195A6A; }
span { border-color: rgb(25,90,106); }
td.TdClassName
{
border-color: #195A6A;
}
.TagClassName
{
border-color: #195A6A;
}
</style>