Shades of Pelorous #1295AC
Tints of Pelorous #1295AC
RGB
CMYK
RGB Variations
Color information
#1295AC (or 0x1295AC) is known color: Pelorous. HEX triplet: 12, 95 and AC. RGB value is (18,149,172). Sum of RGB (Red+Green+Blue) = 18+149+172=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #1295AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1295AC is #ED6A53. Grayscale: #707070. Windows color (decimal): -15559252 or 11310354. OLE color: 11310354.
HSL color Cylindrical-coordinate representation of color #1295AC: hue angle of 188.96º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1295AC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 149 | 172 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.33 |
| HSL | 188.96º | 0.81% | 0.37% | - |
| HSV(B) | 188.96º | 0.9% | 0.67% | - |
| XYZ | 18.44 | 24.6 | 42.81 | - |
| YUV | 112.45 | 161.6 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 172 | 0.90 | 0.13 | 0 | 0.33 | 188.96 | 0.81 | 0.37 |
| Hex | 12 | 95 | AC | 5A | D | 0 | 21 | BD | 51 | 25 |
| Octal | 22 | 225 | 254 | 132 | 15 | 0 | 41 | 275 | 121 | 45 |
| Binary | 10010 | 10010101 | 10101100 | 1011010 | 1101 | 0 | 100001 | 10111101 | 1010001 | 100101 |
Color Harmonies of #1295AC
Complementary color
Monochromatic Colors of #1295AC
Black with #1295AC
Text Example
Text Example
White with #1295AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295AC; }
p { color: rgb(18,149,172); }
H1.HeaderClassName
{
color: #1295AC;
}
.AnyTagClassName
{
color: #1295AC;
}
</style>
background-color css
<style>
a { background-color: #1295AC; }
a { background-color: rgb(18,149,172); }
div.DivClassName
{
background-color: #1295AC;
}
.BgClassName
{
background-color: #1295AC;
}
</style>
border-color css
<style>
span { border-color: #1295AC; }
span { border-color: rgb(18,149,172); }
td.TdClassName
{
border-color: #1295AC;
}
.TagClassName
{
border-color: #1295AC;
}
</style>