Shades of Pelorous #1392AA
Tints of Pelorous #1392AA
RGB
CMYK
RGB Variations
Color information
#1392AA (or 0x1392AA) is known color: Pelorous. HEX triplet: 13, 92 and AA. RGB value is (19,146,170). Sum of RGB (Red+Green+Blue) = 19+146+170=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #1392AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1392AA is #EC6D55. Grayscale: #6E6E6E. Windows color (decimal): -15494486 or 11178515. OLE color: 11178515.
HSL color Cylindrical-coordinate representation of color #1392AA: hue angle of 189.54º 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 #1392AA is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 146 | 170 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.33 |
| HSL | 189.54º | 0.8% | 0.37% | - |
| HSV(B) | 189.54º | 0.89% | 0.67% | - |
| XYZ | 17.8 | 23.6 | 41.65 | - |
| YUV | 110.76 | 161.42 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 170 | 0.89 | 0.14 | 0 | 0.33 | 189.54 | 0.8 | 0.37 |
| Hex | 13 | 92 | AA | 59 | E | 0 | 21 | BE | 50 | 25 |
| Octal | 23 | 222 | 252 | 131 | 16 | 0 | 41 | 276 | 120 | 45 |
| Binary | 10011 | 10010010 | 10101010 | 1011001 | 1110 | 0 | 100001 | 10111110 | 1010000 | 100101 |
Color Harmonies of #1392AA
Complementary color
Monochromatic Colors of #1392AA
Black with #1392AA
Text Example
Text Example
White with #1392AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392AA; }
p { color: rgb(19,146,170); }
H1.HeaderClassName
{
color: #1392AA;
}
.AnyTagClassName
{
color: #1392AA;
}
</style>
background-color css
<style>
a { background-color: #1392AA; }
a { background-color: rgb(19,146,170); }
div.DivClassName
{
background-color: #1392AA;
}
.BgClassName
{
background-color: #1392AA;
}
</style>
border-color css
<style>
span { border-color: #1392AA; }
span { border-color: rgb(19,146,170); }
td.TdClassName
{
border-color: #1392AA;
}
.TagClassName
{
border-color: #1392AA;
}
</style>