Shades of Pelorous #148AAD
Tints of Pelorous #148AAD
RGB
CMYK
RGB Variations
Color information
#148AAD (or 0x148AAD) is known color: Pelorous. HEX triplet: 14, 8A and AD. RGB value is (20,138,173). Sum of RGB (Red+Green+Blue) = 20+138+173=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #148AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148AAD is #EB7552. Grayscale: #6A6A6A. Windows color (decimal): -15430995 or 11373076. OLE color: 11373076.
HSL color Cylindrical-coordinate representation of color #148AAD: hue angle of 193.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148AAD is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 138 | 173 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.32 |
| HSL | 193.73º | 0.79% | 0.38% | - |
| HSV(B) | 193.73º | 0.88% | 0.68% | - |
| XYZ | 16.92 | 21.34 | 42.76 | - |
| YUV | 106.71 | 165.41 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 173 | 0.88 | 0.20 | 0 | 0.32 | 193.73 | 0.79 | 0.38 |
| Hex | 14 | 8A | AD | 58 | 14 | 0 | 20 | C2 | 4F | 26 |
| Octal | 24 | 212 | 255 | 130 | 24 | 0 | 40 | 302 | 117 | 46 |
| Binary | 10100 | 10001010 | 10101101 | 1011000 | 10100 | 0 | 100000 | 11000010 | 1001111 | 100110 |
Color Harmonies of #148AAD
Complementary color
Monochromatic Colors of #148AAD
Black with #148AAD
Text Example
Text Example
White with #148AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148AAD; }
p { color: rgb(20,138,173); }
H1.HeaderClassName
{
color: #148AAD;
}
.AnyTagClassName
{
color: #148AAD;
}
</style>
background-color css
<style>
a { background-color: #148AAD; }
a { background-color: rgb(20,138,173); }
div.DivClassName
{
background-color: #148AAD;
}
.BgClassName
{
background-color: #148AAD;
}
</style>
border-color css
<style>
span { border-color: #148AAD; }
span { border-color: rgb(20,138,173); }
td.TdClassName
{
border-color: #148AAD;
}
.TagClassName
{
border-color: #148AAD;
}
</style>