Shades of Pelorous #1399B7
Tints of Pelorous #1399B7
RGB
CMYK
RGB Variations
Color information
#1399B7 (or 0x1399B7) is known color: Pelorous. HEX triplet: 13, 99 and B7. RGB value is (19,153,183). Sum of RGB (Red+Green+Blue) = 19+153+183=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #1399B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399B7 is #EC6648. Grayscale: #747474. Windows color (decimal): -15492681 or 12032275. OLE color: 12032275.
HSL color Cylindrical-coordinate representation of color #1399B7: hue angle of 190.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1399B7 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 153 | 183 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.28 |
| HSL | 190.98º | 0.81% | 0.4% | - |
| HSV(B) | 190.98º | 0.9% | 0.72% | - |
| XYZ | 20.21 | 26.34 | 48.82 | - |
| YUV | 116.35 | 165.61 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 183 | 0.90 | 0.16 | 0 | 0.28 | 190.98 | 0.81 | 0.4 |
| Hex | 13 | 99 | B7 | 5A | 10 | 0 | 1C | BF | 51 | 28 |
| Octal | 23 | 231 | 267 | 132 | 20 | 0 | 34 | 277 | 121 | 50 |
| Binary | 10011 | 10011001 | 10110111 | 1011010 | 10000 | 0 | 11100 | 10111111 | 1010001 | 101000 |
Color Harmonies of #1399B7
Complementary color
Monochromatic Colors of #1399B7
Black with #1399B7
Text Example
Text Example
White with #1399B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399B7; }
p { color: rgb(19,153,183); }
H1.HeaderClassName
{
color: #1399B7;
}
.AnyTagClassName
{
color: #1399B7;
}
</style>
background-color css
<style>
a { background-color: #1399B7; }
a { background-color: rgb(19,153,183); }
div.DivClassName
{
background-color: #1399B7;
}
.BgClassName
{
background-color: #1399B7;
}
</style>
border-color css
<style>
span { border-color: #1399B7; }
span { border-color: rgb(19,153,183); }
td.TdClassName
{
border-color: #1399B7;
}
.TagClassName
{
border-color: #1399B7;
}
</style>