Shades of Pelorous #1895AC
Tints of Pelorous #1895AC
RGB
CMYK
RGB Variations
Color information
#1895AC (or 0x1895AC) is known color: Pelorous. HEX triplet: 18, 95 and AC. RGB value is (24,149,172). Sum of RGB (Red+Green+Blue) = 24+149+172=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #1895AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1895AC is #E76A53. Grayscale: #727272. Windows color (decimal): -15166036 or 11310360. OLE color: 11310360.
HSL color Cylindrical-coordinate representation of color #1895AC: hue angle of 189.32º degrees, saturation: 0.76, 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 #1895AC is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 149 | 172 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.33 |
| HSL | 189.32º | 0.76% | 0.38% | - |
| HSV(B) | 189.32º | 0.86% | 0.67% | - |
| XYZ | 18.57 | 24.67 | 42.81 | - |
| YUV | 114.25 | 160.59 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 172 | 0.86 | 0.13 | 0 | 0.33 | 189.32 | 0.76 | 0.38 |
| Hex | 18 | 95 | AC | 56 | D | 0 | 21 | BD | 4C | 26 |
| Octal | 30 | 225 | 254 | 126 | 15 | 0 | 41 | 275 | 114 | 46 |
| Binary | 11000 | 10010101 | 10101100 | 1010110 | 1101 | 0 | 100001 | 10111101 | 1001100 | 100110 |
Color Harmonies of #1895AC
Complementary color
Monochromatic Colors of #1895AC
Black with #1895AC
Text Example
Text Example
White with #1895AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895AC; }
p { color: rgb(24,149,172); }
H1.HeaderClassName
{
color: #1895AC;
}
.AnyTagClassName
{
color: #1895AC;
}
</style>
background-color css
<style>
a { background-color: #1895AC; }
a { background-color: rgb(24,149,172); }
div.DivClassName
{
background-color: #1895AC;
}
.BgClassName
{
background-color: #1895AC;
}
</style>
border-color css
<style>
span { border-color: #1895AC; }
span { border-color: rgb(24,149,172); }
td.TdClassName
{
border-color: #1895AC;
}
.TagClassName
{
border-color: #1895AC;
}
</style>