Shades of Pelorous #148AB0
Tints of Pelorous #148AB0
RGB
CMYK
RGB Variations
Color information
#148AB0 (or 0x148AB0) is known color: Pelorous. HEX triplet: 14, 8A and B0. RGB value is (20,138,176). Sum of RGB (Red+Green+Blue) = 20+138+176=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #148AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148AB0 is #EB754F. Grayscale: #6A6A6A. Windows color (decimal): -15430992 or 11569684. OLE color: 11569684.
HSL color Cylindrical-coordinate representation of color #148AB0: hue angle of 194.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148AB0 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 138 | 176 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.31 |
| HSL | 194.62º | 0.8% | 0.38% | - |
| HSV(B) | 194.62º | 0.89% | 0.69% | - |
| XYZ | 17.21 | 21.46 | 44.31 | - |
| YUV | 107.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 176 | 0.89 | 0.22 | 0 | 0.31 | 194.62 | 0.8 | 0.38 |
| Hex | 14 | 8A | B0 | 59 | 16 | 0 | 1F | C3 | 50 | 26 |
| Octal | 24 | 212 | 260 | 131 | 26 | 0 | 37 | 303 | 120 | 46 |
| Binary | 10100 | 10001010 | 10110000 | 1011001 | 10110 | 0 | 11111 | 11000011 | 1010000 | 100110 |
Color Harmonies of #148AB0
Complementary color
Monochromatic Colors of #148AB0
Black with #148AB0
Text Example
Text Example
White with #148AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148AB0; }
p { color: rgb(20,138,176); }
H1.HeaderClassName
{
color: #148AB0;
}
.AnyTagClassName
{
color: #148AB0;
}
</style>
background-color css
<style>
a { background-color: #148AB0; }
a { background-color: rgb(20,138,176); }
div.DivClassName
{
background-color: #148AB0;
}
.BgClassName
{
background-color: #148AB0;
}
</style>
border-color css
<style>
span { border-color: #148AB0; }
span { border-color: rgb(20,138,176); }
td.TdClassName
{
border-color: #148AB0;
}
.TagClassName
{
border-color: #148AB0;
}
</style>