Shades of Pelorous #1298AF
Tints of Pelorous #1298AF
RGB
CMYK
RGB Variations
Color information
#1298AF (or 0x1298AF) is known color: Pelorous. HEX triplet: 12, 98 and AF. RGB value is (18,152,175). Sum of RGB (Red+Green+Blue) = 18+152+175=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #1298AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1298AF is #ED6750. Grayscale: #727272. Windows color (decimal): -15558481 or 11507730. OLE color: 11507730.
HSL color Cylindrical-coordinate representation of color #1298AF: hue angle of 188.79º 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 #1298AF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 152 | 175 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.31 |
| HSL | 188.79º | 0.81% | 0.38% | - |
| HSV(B) | 188.79º | 0.9% | 0.69% | - |
| XYZ | 19.22 | 25.68 | 44.5 | - |
| YUV | 114.56 | 162.11 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 175 | 0.90 | 0.13 | 0 | 0.31 | 188.79 | 0.81 | 0.38 |
| Hex | 12 | 98 | AF | 5A | D | 0 | 1F | BD | 51 | 26 |
| Octal | 22 | 230 | 257 | 132 | 15 | 0 | 37 | 275 | 121 | 46 |
| Binary | 10010 | 10011000 | 10101111 | 1011010 | 1101 | 0 | 11111 | 10111101 | 1010001 | 100110 |
Color Harmonies of #1298AF
Complementary color
Monochromatic Colors of #1298AF
Black with #1298AF
Text Example
Text Example
White with #1298AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1298AF; }
p { color: rgb(18,152,175); }
H1.HeaderClassName
{
color: #1298AF;
}
.AnyTagClassName
{
color: #1298AF;
}
</style>
background-color css
<style>
a { background-color: #1298AF; }
a { background-color: rgb(18,152,175); }
div.DivClassName
{
background-color: #1298AF;
}
.BgClassName
{
background-color: #1298AF;
}
</style>
border-color css
<style>
span { border-color: #1298AF; }
span { border-color: rgb(18,152,175); }
td.TdClassName
{
border-color: #1298AF;
}
.TagClassName
{
border-color: #1298AF;
}
</style>