Shades of Pelorous #1393B2
Tints of Pelorous #1393B2
RGB
CMYK
RGB Variations
Color information
#1393B2 (or 0x1393B2) is known color: Pelorous. HEX triplet: 13, 93 and B2. RGB value is (19,147,178). Sum of RGB (Red+Green+Blue) = 19+147+178=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #1393B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1393B2 is #EC6C4D. Grayscale: #707070. Windows color (decimal): -15494222 or 11703059. OLE color: 11703059.
HSL color Cylindrical-coordinate representation of color #1393B2: hue angle of 191.7º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1393B2 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 147 | 178 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.30 |
| HSL | 191.7º | 0.81% | 0.39% | - |
| HSV(B) | 191.7º | 0.89% | 0.7% | - |
| XYZ | 18.74 | 24.22 | 45.81 | - |
| YUV | 112.26 | 165.09 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 178 | 0.89 | 0.17 | 0 | 0.30 | 191.7 | 0.81 | 0.39 |
| Hex | 13 | 93 | B2 | 59 | 11 | 0 | 1E | C0 | 51 | 27 |
| Octal | 23 | 223 | 262 | 131 | 21 | 0 | 36 | 300 | 121 | 47 |
| Binary | 10011 | 10010011 | 10110010 | 1011001 | 10001 | 0 | 11110 | 11000000 | 1010001 | 100111 |
Color Harmonies of #1393B2
Complementary color
Monochromatic Colors of #1393B2
Black with #1393B2
Text Example
Text Example
White with #1393B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1393B2; }
p { color: rgb(19,147,178); }
H1.HeaderClassName
{
color: #1393B2;
}
.AnyTagClassName
{
color: #1393B2;
}
</style>
background-color css
<style>
a { background-color: #1393B2; }
a { background-color: rgb(19,147,178); }
div.DivClassName
{
background-color: #1393B2;
}
.BgClassName
{
background-color: #1393B2;
}
</style>
border-color css
<style>
span { border-color: #1393B2; }
span { border-color: rgb(19,147,178); }
td.TdClassName
{
border-color: #1393B2;
}
.TagClassName
{
border-color: #1393B2;
}
</style>