Shades of Pelorous #1299AF
Tints of Pelorous #1299AF
RGB
CMYK
RGB Variations
Color information
#1299AF (or 0x1299AF) is known color: Pelorous. HEX triplet: 12, 99 and AF. RGB value is (18,153,175). Sum of RGB (Red+Green+Blue) = 18+153+175=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #1299AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1299AF is #ED6650. Grayscale: #727272. Windows color (decimal): -15558225 or 11507986. OLE color: 11507986.
HSL color Cylindrical-coordinate representation of color #1299AF: hue angle of 188.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1299AF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 153 | 175 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.31 |
| HSL | 188.41º | 0.81% | 0.38% | - |
| HSV(B) | 188.41º | 0.9% | 0.69% | - |
| XYZ | 19.38 | 26.01 | 44.56 | - |
| YUV | 115.14 | 161.77 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 175 | 0.90 | 0.13 | 0 | 0.31 | 188.41 | 0.81 | 0.38 |
| Hex | 12 | 99 | AF | 5A | D | 0 | 1F | BC | 51 | 26 |
| Octal | 22 | 231 | 257 | 132 | 15 | 0 | 37 | 274 | 121 | 46 |
| Binary | 10010 | 10011001 | 10101111 | 1011010 | 1101 | 0 | 11111 | 10111100 | 1010001 | 100110 |
Color Harmonies of #1299AF
Complementary color
Monochromatic Colors of #1299AF
Black with #1299AF
Text Example
Text Example
White with #1299AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299AF; }
p { color: rgb(18,153,175); }
H1.HeaderClassName
{
color: #1299AF;
}
.AnyTagClassName
{
color: #1299AF;
}
</style>
background-color css
<style>
a { background-color: #1299AF; }
a { background-color: rgb(18,153,175); }
div.DivClassName
{
background-color: #1299AF;
}
.BgClassName
{
background-color: #1299AF;
}
</style>
border-color css
<style>
span { border-color: #1299AF; }
span { border-color: rgb(18,153,175); }
td.TdClassName
{
border-color: #1299AF;
}
.TagClassName
{
border-color: #1299AF;
}
</style>