Shades of Orient #1A5275
Tints of Orient #1A5275
RGB
CMYK
RGB Variations
Color information
#1A5275 (or 0x1A5275) is known color: Orient. HEX triplet: 1A, 52 and 75. RGB value is (26,82,117). Sum of RGB (Red+Green+Blue) = 26+82+117=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A5275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5275 is #E5AD8A. Grayscale: #454545. Windows color (decimal): -15052171 or 7688730. OLE color: 7688730.
HSL color Cylindrical-coordinate representation of color #1A5275: hue angle of 203.08º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5275 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 82 | 117 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.54 |
| HSL | 203.08º | 0.64% | 0.28% | - |
| HSV(B) | 203.08º | 0.78% | 0.46% | - |
| XYZ | 6.65 | 7.54 | 17.93 | - |
| YUV | 69.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 117 | 0.78 | 0.30 | 0 | 0.54 | 203.08 | 0.64 | 0.28 |
| Hex | 1A | 52 | 75 | 4E | 1E | 0 | 36 | CB | 40 | 1C |
| Octal | 32 | 122 | 165 | 116 | 36 | 0 | 66 | 313 | 100 | 34 |
| Binary | 11010 | 1010010 | 1110101 | 1001110 | 11110 | 0 | 110110 | 11001011 | 1000000 | 11100 |
Color Harmonies of #1A5275
Complementary color
Monochromatic Colors of #1A5275
Black with #1A5275
Text Example
Text Example
White with #1A5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5275; }
p { color: rgb(26,82,117); }
H1.HeaderClassName
{
color: #1A5275;
}
.AnyTagClassName
{
color: #1A5275;
}
</style>
background-color css
<style>
a { background-color: #1A5275; }
a { background-color: rgb(26,82,117); }
div.DivClassName
{
background-color: #1A5275;
}
.BgClassName
{
background-color: #1A5275;
}
</style>
border-color css
<style>
span { border-color: #1A5275; }
span { border-color: rgb(26,82,117); }
td.TdClassName
{
border-color: #1A5275;
}
.TagClassName
{
border-color: #1A5275;
}
</style>