Shades of Pelorous #148AB3
Tints of Pelorous #148AB3
RGB
CMYK
RGB Variations
Color information
#148AB3 (or 0x148AB3) is known color: Pelorous. HEX triplet: 14, 8A and B3. RGB value is (20,138,179). Sum of RGB (Red+Green+Blue) = 20+138+179=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #148AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148AB3 is #EB754C. Grayscale: #6B6B6B. Windows color (decimal): -15430989 or 11766292. OLE color: 11766292.
HSL color Cylindrical-coordinate representation of color #148AB3: hue angle of 195.47º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148AB3 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 138 | 179 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.30 |
| HSL | 195.47º | 0.8% | 0.39% | - |
| HSV(B) | 195.47º | 0.89% | 0.7% | - |
| XYZ | 17.51 | 21.58 | 45.89 | - |
| YUV | 107.39 | 168.41 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 179 | 0.89 | 0.23 | 0 | 0.30 | 195.47 | 0.8 | 0.39 |
| Hex | 14 | 8A | B3 | 59 | 17 | 0 | 1E | C3 | 50 | 27 |
| Octal | 24 | 212 | 263 | 131 | 27 | 0 | 36 | 303 | 120 | 47 |
| Binary | 10100 | 10001010 | 10110011 | 1011001 | 10111 | 0 | 11110 | 11000011 | 1010000 | 100111 |
Color Harmonies of #148AB3
Complementary color
Monochromatic Colors of #148AB3
Black with #148AB3
Text Example
Text Example
White with #148AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148AB3; }
p { color: rgb(20,138,179); }
H1.HeaderClassName
{
color: #148AB3;
}
.AnyTagClassName
{
color: #148AB3;
}
</style>
background-color css
<style>
a { background-color: #148AB3; }
a { background-color: rgb(20,138,179); }
div.DivClassName
{
background-color: #148AB3;
}
.BgClassName
{
background-color: #148AB3;
}
</style>
border-color css
<style>
span { border-color: #148AB3; }
span { border-color: rgb(20,138,179); }
td.TdClassName
{
border-color: #148AB3;
}
.TagClassName
{
border-color: #148AB3;
}
</style>