Shades of Pelorous #149EB8
Tints of Pelorous #149EB8
RGB
CMYK
RGB Variations
Color information
#149EB8 (or 0x149EB8) is known color: Pelorous. HEX triplet: 14, 9E and B8. RGB value is (20,158,184). Sum of RGB (Red+Green+Blue) = 20+158+184=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #149EB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149EB8 is #EB6147. Grayscale: #777777. Windows color (decimal): -15425864 or 12099092. OLE color: 12099092.
HSL color Cylindrical-coordinate representation of color #149EB8: hue angle of 189.51º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149EB8 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 158 | 184 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.28 |
| HSL | 189.51º | 0.8% | 0.4% | - |
| HSV(B) | 189.51º | 0.89% | 0.72% | - |
| XYZ | 21.17 | 28.06 | 49.65 | - |
| YUV | 119.7 | 164.28 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 184 | 0.89 | 0.14 | 0 | 0.28 | 189.51 | 0.8 | 0.4 |
| Hex | 14 | 9E | B8 | 59 | E | 0 | 1C | BE | 50 | 28 |
| Octal | 24 | 236 | 270 | 131 | 16 | 0 | 34 | 276 | 120 | 50 |
| Binary | 10100 | 10011110 | 10111000 | 1011001 | 1110 | 0 | 11100 | 10111110 | 1010000 | 101000 |
Color Harmonies of #149EB8
Complementary color
Monochromatic Colors of #149EB8
Black with #149EB8
Text Example
Text Example
White with #149EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EB8; }
p { color: rgb(20,158,184); }
H1.HeaderClassName
{
color: #149EB8;
}
.AnyTagClassName
{
color: #149EB8;
}
</style>
background-color css
<style>
a { background-color: #149EB8; }
a { background-color: rgb(20,158,184); }
div.DivClassName
{
background-color: #149EB8;
}
.BgClassName
{
background-color: #149EB8;
}
</style>
border-color css
<style>
span { border-color: #149EB8; }
span { border-color: rgb(20,158,184); }
td.TdClassName
{
border-color: #149EB8;
}
.TagClassName
{
border-color: #149EB8;
}
</style>