Shades of Pelorous #148FB5
Tints of Pelorous #148FB5
RGB
CMYK
RGB Variations
Color information
#148FB5 (or 0x148FB5) is known color: Pelorous. HEX triplet: 14, 8F and B5. RGB value is (20,143,181). Sum of RGB (Red+Green+Blue) = 20+143+181=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #148FB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FB5 is #EB704A. Grayscale: #6E6E6E. Windows color (decimal): -15429707 or 11898644. OLE color: 11898644.
HSL color Cylindrical-coordinate representation of color #148FB5: hue angle of 194.16º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148FB5 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 143 | 181 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.29 |
| HSL | 194.16º | 0.8% | 0.39% | - |
| HSV(B) | 194.16º | 0.89% | 0.71% | - |
| XYZ | 18.45 | 23.13 | 47.21 | - |
| YUV | 110.56 | 167.75 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 181 | 0.89 | 0.21 | 0 | 0.29 | 194.16 | 0.8 | 0.39 |
| Hex | 14 | 8F | B5 | 59 | 15 | 0 | 1D | C2 | 50 | 27 |
| Octal | 24 | 217 | 265 | 131 | 25 | 0 | 35 | 302 | 120 | 47 |
| Binary | 10100 | 10001111 | 10110101 | 1011001 | 10101 | 0 | 11101 | 11000010 | 1010000 | 100111 |
Color Harmonies of #148FB5
Complementary color
Monochromatic Colors of #148FB5
Black with #148FB5
Text Example
Text Example
White with #148FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FB5; }
p { color: rgb(20,143,181); }
H1.HeaderClassName
{
color: #148FB5;
}
.AnyTagClassName
{
color: #148FB5;
}
</style>
background-color css
<style>
a { background-color: #148FB5; }
a { background-color: rgb(20,143,181); }
div.DivClassName
{
background-color: #148FB5;
}
.BgClassName
{
background-color: #148FB5;
}
</style>
border-color css
<style>
span { border-color: #148FB5; }
span { border-color: rgb(20,143,181); }
td.TdClassName
{
border-color: #148FB5;
}
.TagClassName
{
border-color: #148FB5;
}
</style>