Shades of Pelorous #1396AC
Tints of Pelorous #1396AC
RGB
CMYK
RGB Variations
Color information
#1396AC (or 0x1396AC) is known color: Pelorous. HEX triplet: 13, 96 and AC. RGB value is (19,150,172). Sum of RGB (Red+Green+Blue) = 19+150+172=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #1396AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1396AC is #EC6953. Grayscale: #717171. Windows color (decimal): -15493460 or 11310611. OLE color: 11310611.
HSL color Cylindrical-coordinate representation of color #1396AC: hue angle of 188.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1396AC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 150 | 172 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.33 |
| HSL | 188.63º | 0.8% | 0.37% | - |
| HSV(B) | 188.63º | 0.89% | 0.67% | - |
| XYZ | 18.62 | 24.93 | 42.86 | - |
| YUV | 113.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 172 | 0.89 | 0.13 | 0 | 0.33 | 188.63 | 0.8 | 0.37 |
| Hex | 13 | 96 | AC | 59 | D | 0 | 21 | BD | 50 | 25 |
| Octal | 23 | 226 | 254 | 131 | 15 | 0 | 41 | 275 | 120 | 45 |
| Binary | 10011 | 10010110 | 10101100 | 1011001 | 1101 | 0 | 100001 | 10111101 | 1010000 | 100101 |
Color Harmonies of #1396AC
Complementary color
Monochromatic Colors of #1396AC
Black with #1396AC
Text Example
Text Example
White with #1396AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1396AC; }
p { color: rgb(19,150,172); }
H1.HeaderClassName
{
color: #1396AC;
}
.AnyTagClassName
{
color: #1396AC;
}
</style>
background-color css
<style>
a { background-color: #1396AC; }
a { background-color: rgb(19,150,172); }
div.DivClassName
{
background-color: #1396AC;
}
.BgClassName
{
background-color: #1396AC;
}
</style>
border-color css
<style>
span { border-color: #1396AC; }
span { border-color: rgb(19,150,172); }
td.TdClassName
{
border-color: #1396AC;
}
.TagClassName
{
border-color: #1396AC;
}
</style>