Shades of Orient #105A79
Tints of Orient #105A79
RGB
CMYK
RGB Variations
Color information
#105A79 (or 0x105A79) is known color: Orient. HEX triplet: 10, 5A and 79. RGB value is (16,90,121). Sum of RGB (Red+Green+Blue) = 16+90+121=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #105A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A79 is #EFA586. Grayscale: #474747. Windows color (decimal): -15705479 or 7952912. OLE color: 7952912.
HSL color Cylindrical-coordinate representation of color #105A79: hue angle of 197.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105A79 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 90 | 121 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.53 |
| HSL | 197.71º | 0.77% | 0.27% | - |
| HSV(B) | 197.71º | 0.87% | 0.47% | - |
| XYZ | 7.32 | 8.8 | 19.4 | - |
| YUV | 71.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 121 | 0.87 | 0.26 | 0 | 0.53 | 197.71 | 0.77 | 0.27 |
| Hex | 10 | 5A | 79 | 57 | 1A | 0 | 35 | C6 | 4D | 1B |
| Octal | 20 | 132 | 171 | 127 | 32 | 0 | 65 | 306 | 115 | 33 |
| Binary | 10000 | 1011010 | 1111001 | 1010111 | 11010 | 0 | 110101 | 11000110 | 1001101 | 11011 |
Color Harmonies of #105A79
Complementary color
Monochromatic Colors of #105A79
Black with #105A79
Text Example
Text Example
White with #105A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A79; }
p { color: rgb(16,90,121); }
H1.HeaderClassName
{
color: #105A79;
}
.AnyTagClassName
{
color: #105A79;
}
</style>
background-color css
<style>
a { background-color: #105A79; }
a { background-color: rgb(16,90,121); }
div.DivClassName
{
background-color: #105A79;
}
.BgClassName
{
background-color: #105A79;
}
</style>
border-color css
<style>
span { border-color: #105A79; }
span { border-color: rgb(16,90,121); }
td.TdClassName
{
border-color: #105A79;
}
.TagClassName
{
border-color: #105A79;
}
</style>