Shades of Orient #205A7B
Tints of Orient #205A7B
RGB
CMYK
RGB Variations
Color information
#205A7B (or 0x205A7B) is known color: Orient. HEX triplet: 20, 5A and 7B. RGB value is (32,90,123). Sum of RGB (Red+Green+Blue) = 32+90+123=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #205A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A7B is #DFA584. Grayscale: #4C4C4C. Windows color (decimal): -14656901 or 8084000. OLE color: 8084000.
HSL color Cylindrical-coordinate representation of color #205A7B: hue angle of 201.76º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205A7B is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 90 | 123 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.52 |
| HSL | 201.76º | 0.59% | 0.3% | - |
| HSV(B) | 201.76º | 0.74% | 0.48% | - |
| XYZ | 7.83 | 9.05 | 20.07 | - |
| YUV | 76.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 123 | 0.74 | 0.27 | 0 | 0.52 | 201.76 | 0.59 | 0.3 |
| Hex | 20 | 5A | 7B | 4A | 1B | 0 | 34 | CA | 3B | 1E |
| Octal | 40 | 132 | 173 | 112 | 33 | 0 | 64 | 312 | 73 | 36 |
| Binary | 100000 | 1011010 | 1111011 | 1001010 | 11011 | 0 | 110100 | 11001010 | 111011 | 11110 |
Color Harmonies of #205A7B
Complementary color
Monochromatic Colors of #205A7B
Black with #205A7B
Text Example
Text Example
White with #205A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A7B; }
p { color: rgb(32,90,123); }
H1.HeaderClassName
{
color: #205A7B;
}
.AnyTagClassName
{
color: #205A7B;
}
</style>
background-color css
<style>
a { background-color: #205A7B; }
a { background-color: rgb(32,90,123); }
div.DivClassName
{
background-color: #205A7B;
}
.BgClassName
{
background-color: #205A7B;
}
</style>
border-color css
<style>
span { border-color: #205A7B; }
span { border-color: rgb(32,90,123); }
td.TdClassName
{
border-color: #205A7B;
}
.TagClassName
{
border-color: #205A7B;
}
</style>