Shades of Orient #20607B
Tints of Orient #20607B
RGB
CMYK
RGB Variations
Color information
#20607B (or 0x20607B) is known color: Orient. HEX triplet: 20, 60 and 7B. RGB value is (32,96,123). Sum of RGB (Red+Green+Blue) = 32+96+123=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #20607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20607B is #DF9F84. Grayscale: #4F4F4F. Windows color (decimal): -14655365 or 8085536. OLE color: 8085536.
HSL color Cylindrical-coordinate representation of color #20607B: hue angle of 197.8º 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 #20607B is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 96 | 123 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.52 |
| HSL | 197.8º | 0.59% | 0.3% | - |
| HSV(B) | 197.8º | 0.74% | 0.48% | - |
| XYZ | 8.35 | 10.1 | 20.25 | - |
| YUV | 79.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 123 | 0.74 | 0.22 | 0 | 0.52 | 197.8 | 0.59 | 0.3 |
| Hex | 20 | 60 | 7B | 4A | 16 | 0 | 34 | C6 | 3B | 1E |
| Octal | 40 | 140 | 173 | 112 | 26 | 0 | 64 | 306 | 73 | 36 |
| Binary | 100000 | 1100000 | 1111011 | 1001010 | 10110 | 0 | 110100 | 11000110 | 111011 | 11110 |
Color Harmonies of #20607B
Complementary color
Monochromatic Colors of #20607B
Black with #20607B
Text Example
Text Example
White with #20607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20607B; }
p { color: rgb(32,96,123); }
H1.HeaderClassName
{
color: #20607B;
}
.AnyTagClassName
{
color: #20607B;
}
</style>
background-color css
<style>
a { background-color: #20607B; }
a { background-color: rgb(32,96,123); }
div.DivClassName
{
background-color: #20607B;
}
.BgClassName
{
background-color: #20607B;
}
</style>
border-color css
<style>
span { border-color: #20607B; }
span { border-color: rgb(32,96,123); }
td.TdClassName
{
border-color: #20607B;
}
.TagClassName
{
border-color: #20607B;
}
</style>