Shades of Pelorous #1895AA
Tints of Pelorous #1895AA
RGB
CMYK
RGB Variations
Color information
#1895AA (or 0x1895AA) is known color: Pelorous. HEX triplet: 18, 95 and AA. RGB value is (24,149,170). Sum of RGB (Red+Green+Blue) = 24+149+170=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #1895AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1895AA is #E76A55. Grayscale: #717171. Windows color (decimal): -15166038 or 11179288. OLE color: 11179288.
HSL color Cylindrical-coordinate representation of color #1895AA: hue angle of 188.63º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1895AA is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 149 | 170 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.33 |
| HSL | 188.63º | 0.75% | 0.38% | - |
| HSV(B) | 188.63º | 0.86% | 0.67% | - |
| XYZ | 18.38 | 24.59 | 41.81 | - |
| YUV | 114.02 | 159.59 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 170 | 0.86 | 0.12 | 0 | 0.33 | 188.63 | 0.75 | 0.38 |
| Hex | 18 | 95 | AA | 56 | C | 0 | 21 | BD | 4B | 26 |
| Octal | 30 | 225 | 252 | 126 | 14 | 0 | 41 | 275 | 113 | 46 |
| Binary | 11000 | 10010101 | 10101010 | 1010110 | 1100 | 0 | 100001 | 10111101 | 1001011 | 100110 |
Color Harmonies of #1895AA
Complementary color
Monochromatic Colors of #1895AA
Black with #1895AA
Text Example
Text Example
White with #1895AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895AA; }
p { color: rgb(24,149,170); }
H1.HeaderClassName
{
color: #1895AA;
}
.AnyTagClassName
{
color: #1895AA;
}
</style>
background-color css
<style>
a { background-color: #1895AA; }
a { background-color: rgb(24,149,170); }
div.DivClassName
{
background-color: #1895AA;
}
.BgClassName
{
background-color: #1895AA;
}
</style>
border-color css
<style>
span { border-color: #1895AA; }
span { border-color: rgb(24,149,170); }
td.TdClassName
{
border-color: #1895AA;
}
.TagClassName
{
border-color: #1895AA;
}
</style>