Shades of Pelorous #1E8CAA
Tints of Pelorous #1E8CAA
RGB
CMYK
RGB Variations
Color information
#1E8CAA (or 0x1E8CAA) is known color: Pelorous. HEX triplet: 1E, 8C and AA. RGB value is (30,140,170). Sum of RGB (Red+Green+Blue) = 30+140+170=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8CAA is #E17355. Grayscale: #6E6E6E. Windows color (decimal): -14775126 or 11176990. OLE color: 11176990.
HSL color Cylindrical-coordinate representation of color #1E8CAA: hue angle of 192.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E8CAA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 140 | 170 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.33 |
| HSL | 192.86º | 0.7% | 0.39% | - |
| HSV(B) | 192.86º | 0.82% | 0.67% | - |
| XYZ | 17.17 | 21.93 | 41.36 | - |
| YUV | 110.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 170 | 0.82 | 0.18 | 0 | 0.33 | 192.86 | 0.7 | 0.39 |
| Hex | 1E | 8C | AA | 52 | 12 | 0 | 21 | C1 | 46 | 27 |
| Octal | 36 | 214 | 252 | 122 | 22 | 0 | 41 | 301 | 106 | 47 |
| Binary | 11110 | 10001100 | 10101010 | 1010010 | 10010 | 0 | 100001 | 11000001 | 1000110 | 100111 |
Color Harmonies of #1E8CAA
Complementary color
Monochromatic Colors of #1E8CAA
Black with #1E8CAA
Text Example
Text Example
White with #1E8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8CAA; }
p { color: rgb(30,140,170); }
H1.HeaderClassName
{
color: #1E8CAA;
}
.AnyTagClassName
{
color: #1E8CAA;
}
</style>
background-color css
<style>
a { background-color: #1E8CAA; }
a { background-color: rgb(30,140,170); }
div.DivClassName
{
background-color: #1E8CAA;
}
.BgClassName
{
background-color: #1E8CAA;
}
</style>
border-color css
<style>
span { border-color: #1E8CAA; }
span { border-color: rgb(30,140,170); }
td.TdClassName
{
border-color: #1E8CAA;
}
.TagClassName
{
border-color: #1E8CAA;
}
</style>