Shades of Pelorous #1295AD
Tints of Pelorous #1295AD
RGB
CMYK
RGB Variations
Color information
#1295AD (or 0x1295AD) is known color: Pelorous. HEX triplet: 12, 95 and AD. RGB value is (18,149,173). Sum of RGB (Red+Green+Blue) = 18+149+173=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #1295AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1295AD is #ED6A52. Grayscale: #707070. Windows color (decimal): -15559251 or 11375890. OLE color: 11375890.
HSL color Cylindrical-coordinate representation of color #1295AD: hue angle of 189.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1295AD is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 149 | 173 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.32 |
| HSL | 189.29º | 0.81% | 0.37% | - |
| HSV(B) | 189.29º | 0.9% | 0.68% | - |
| XYZ | 18.54 | 24.64 | 43.31 | - |
| YUV | 112.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 173 | 0.90 | 0.14 | 0 | 0.32 | 189.29 | 0.81 | 0.37 |
| Hex | 12 | 95 | AD | 5A | E | 0 | 20 | BD | 51 | 25 |
| Octal | 22 | 225 | 255 | 132 | 16 | 0 | 40 | 275 | 121 | 45 |
| Binary | 10010 | 10010101 | 10101101 | 1011010 | 1110 | 0 | 100000 | 10111101 | 1010001 | 100101 |
Color Harmonies of #1295AD
Complementary color
Monochromatic Colors of #1295AD
Black with #1295AD
Text Example
Text Example
White with #1295AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295AD; }
p { color: rgb(18,149,173); }
H1.HeaderClassName
{
color: #1295AD;
}
.AnyTagClassName
{
color: #1295AD;
}
</style>
background-color css
<style>
a { background-color: #1295AD; }
a { background-color: rgb(18,149,173); }
div.DivClassName
{
background-color: #1295AD;
}
.BgClassName
{
background-color: #1295AD;
}
</style>
border-color css
<style>
span { border-color: #1295AD; }
span { border-color: rgb(18,149,173); }
td.TdClassName
{
border-color: #1295AD;
}
.TagClassName
{
border-color: #1295AD;
}
</style>