Shades of Pelorous #1394AC
Tints of Pelorous #1394AC
RGB
CMYK
RGB Variations
Color information
#1394AC (or 0x1394AC) is known color: Pelorous. HEX triplet: 13, 94 and AC. RGB value is (19,148,172). Sum of RGB (Red+Green+Blue) = 19+148+172=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 148 (58.20% from 255 or 43.66% 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 #1394AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1394AC is #EC6B53. Grayscale: #6F6F6F. Windows color (decimal): -15493972 or 11310099. OLE color: 11310099.
HSL color Cylindrical-coordinate representation of color #1394AC: hue angle of 189.41º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1394AC is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 148 | 172 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.33 |
| HSL | 189.41º | 0.8% | 0.37% | - |
| HSV(B) | 189.41º | 0.89% | 0.67% | - |
| XYZ | 18.3 | 24.3 | 42.75 | - |
| YUV | 112.17 | 161.76 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 172 | 0.89 | 0.14 | 0 | 0.33 | 189.41 | 0.8 | 0.37 |
| Hex | 13 | 94 | AC | 59 | E | 0 | 21 | BD | 50 | 25 |
| Octal | 23 | 224 | 254 | 131 | 16 | 0 | 41 | 275 | 120 | 45 |
| Binary | 10011 | 10010100 | 10101100 | 1011001 | 1110 | 0 | 100001 | 10111101 | 1010000 | 100101 |
Color Harmonies of #1394AC
Complementary color
Monochromatic Colors of #1394AC
Black with #1394AC
Text Example
Text Example
White with #1394AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394AC; }
p { color: rgb(19,148,172); }
H1.HeaderClassName
{
color: #1394AC;
}
.AnyTagClassName
{
color: #1394AC;
}
</style>
background-color css
<style>
a { background-color: #1394AC; }
a { background-color: rgb(19,148,172); }
div.DivClassName
{
background-color: #1394AC;
}
.BgClassName
{
background-color: #1394AC;
}
</style>
border-color css
<style>
span { border-color: #1394AC; }
span { border-color: rgb(19,148,172); }
td.TdClassName
{
border-color: #1394AC;
}
.TagClassName
{
border-color: #1394AC;
}
</style>