Shades of Orient #13526C
Tints of Orient #13526C
RGB
CMYK
RGB Variations
Color information
#13526C (or 0x13526C) is known color: Orient. HEX triplet: 13, 52 and 6C. RGB value is (19,82,108). Sum of RGB (Red+Green+Blue) = 19+82+108=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #13526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13526C is #ECAD93. Grayscale: #414141. Windows color (decimal): -15510932 or 7098899. OLE color: 7098899.
HSL color Cylindrical-coordinate representation of color #13526C: hue angle of 197.53º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13526C is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 82 | 108 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.58 |
| HSL | 197.53º | 0.7% | 0.25% | - |
| HSV(B) | 197.53º | 0.82% | 0.42% | - |
| XYZ | 5.99 | 7.26 | 15.27 | - |
| YUV | 66.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 108 | 0.82 | 0.24 | 0 | 0.58 | 197.53 | 0.7 | 0.25 |
| Hex | 13 | 52 | 6C | 52 | 18 | 0 | 3A | C6 | 46 | 19 |
| Octal | 23 | 122 | 154 | 122 | 30 | 0 | 72 | 306 | 106 | 31 |
| Binary | 10011 | 1010010 | 1101100 | 1010010 | 11000 | 0 | 111010 | 11000110 | 1000110 | 11001 |
Color Harmonies of #13526C
Complementary color
Monochromatic Colors of #13526C
Black with #13526C
Text Example
Text Example
White with #13526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13526C; }
p { color: rgb(19,82,108); }
H1.HeaderClassName
{
color: #13526C;
}
.AnyTagClassName
{
color: #13526C;
}
</style>
background-color css
<style>
a { background-color: #13526C; }
a { background-color: rgb(19,82,108); }
div.DivClassName
{
background-color: #13526C;
}
.BgClassName
{
background-color: #13526C;
}
</style>
border-color css
<style>
span { border-color: #13526C; }
span { border-color: rgb(19,82,108); }
td.TdClassName
{
border-color: #13526C;
}
.TagClassName
{
border-color: #13526C;
}
</style>