Shades of Orient #1A506B
Tints of Orient #1A506B
RGB
CMYK
RGB Variations
Color information
#1A506B (or 0x1A506B) is known color: Orient. HEX triplet: 1A, 50 and 6B. RGB value is (26,80,107). Sum of RGB (Red+Green+Blue) = 26+80+107=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A506B is #E5AF94. Grayscale: #424242. Windows color (decimal): -15052693 or 7032858. OLE color: 7032858.
HSL color Cylindrical-coordinate representation of color #1A506B: hue angle of 200º degrees, saturation: 0.61, 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 #1A506B is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 80 | 107 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.58 |
| HSL | 200º | 0.61% | 0.26% | - |
| HSV(B) | 200º | 0.76% | 0.42% | - |
| XYZ | 5.95 | 7.02 | 14.95 | - |
| YUV | 66.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 107 | 0.76 | 0.25 | 0 | 0.58 | 200 | 0.61 | 0.26 |
| Hex | 1A | 50 | 6B | 4C | 19 | 0 | 3A | C8 | 3D | 1A |
| Octal | 32 | 120 | 153 | 114 | 31 | 0 | 72 | 310 | 75 | 32 |
| Binary | 11010 | 1010000 | 1101011 | 1001100 | 11001 | 0 | 111010 | 11001000 | 111101 | 11010 |
Color Harmonies of #1A506B
Complementary color
Monochromatic Colors of #1A506B
Black with #1A506B
Text Example
Text Example
White with #1A506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A506B; }
p { color: rgb(26,80,107); }
H1.HeaderClassName
{
color: #1A506B;
}
.AnyTagClassName
{
color: #1A506B;
}
</style>
background-color css
<style>
a { background-color: #1A506B; }
a { background-color: rgb(26,80,107); }
div.DivClassName
{
background-color: #1A506B;
}
.BgClassName
{
background-color: #1A506B;
}
</style>
border-color css
<style>
span { border-color: #1A506B; }
span { border-color: rgb(26,80,107); }
td.TdClassName
{
border-color: #1A506B;
}
.TagClassName
{
border-color: #1A506B;
}
</style>