Shades of Pelorous #148BAC
Tints of Pelorous #148BAC
RGB
CMYK
RGB Variations
Color information
#148BAC (or 0x148BAC) is known color: Pelorous. HEX triplet: 14, 8B and AC. RGB value is (20,139,172). Sum of RGB (Red+Green+Blue) = 20+139+172=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #148BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148BAC is #EB7453. Grayscale: #6A6A6A. Windows color (decimal): -15430740 or 11307796. OLE color: 11307796.
HSL color Cylindrical-coordinate representation of color #148BAC: hue angle of 193.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148BAC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 139 | 172 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.33 |
| HSL | 193.03º | 0.79% | 0.38% | - |
| HSV(B) | 193.03º | 0.88% | 0.67% | - |
| XYZ | 16.97 | 21.59 | 42.3 | - |
| YUV | 107.18 | 164.58 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 172 | 0.88 | 0.19 | 0 | 0.33 | 193.03 | 0.79 | 0.38 |
| Hex | 14 | 8B | AC | 58 | 13 | 0 | 21 | C1 | 4F | 26 |
| Octal | 24 | 213 | 254 | 130 | 23 | 0 | 41 | 301 | 117 | 46 |
| Binary | 10100 | 10001011 | 10101100 | 1011000 | 10011 | 0 | 100001 | 11000001 | 1001111 | 100110 |
Color Harmonies of #148BAC
Complementary color
Monochromatic Colors of #148BAC
Black with #148BAC
Text Example
Text Example
White with #148BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BAC; }
p { color: rgb(20,139,172); }
H1.HeaderClassName
{
color: #148BAC;
}
.AnyTagClassName
{
color: #148BAC;
}
</style>
background-color css
<style>
a { background-color: #148BAC; }
a { background-color: rgb(20,139,172); }
div.DivClassName
{
background-color: #148BAC;
}
.BgClassName
{
background-color: #148BAC;
}
</style>
border-color css
<style>
span { border-color: #148BAC; }
span { border-color: rgb(20,139,172); }
td.TdClassName
{
border-color: #148BAC;
}
.TagClassName
{
border-color: #148BAC;
}
</style>