Shades of Pelorous #188BA4
Tints of Pelorous #188BA4
RGB
CMYK
RGB Variations
Color information
#188BA4 (or 0x188BA4) is known color: Pelorous. HEX triplet: 18, 8B and A4. RGB value is (24,139,164). Sum of RGB (Red+Green+Blue) = 24+139+164=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #188BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BA4 is #E7745B. Grayscale: #6B6B6B. Windows color (decimal): -15168604 or 10783512. OLE color: 10783512.
HSL color Cylindrical-coordinate representation of color #188BA4: hue angle of 190.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188BA4 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 139 | 164 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.36 |
| HSL | 190.71º | 0.74% | 0.37% | - |
| HSV(B) | 190.71º | 0.85% | 0.64% | - |
| XYZ | 16.31 | 21.34 | 38.38 | - |
| YUV | 107.47 | 159.9 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 164 | 0.85 | 0.15 | 0 | 0.36 | 190.71 | 0.74 | 0.37 |
| Hex | 18 | 8B | A4 | 55 | F | 0 | 24 | BF | 4A | 25 |
| Octal | 30 | 213 | 244 | 125 | 17 | 0 | 44 | 277 | 112 | 45 |
| Binary | 11000 | 10001011 | 10100100 | 1010101 | 1111 | 0 | 100100 | 10111111 | 1001010 | 100101 |
Color Harmonies of #188BA4
Complementary color
Monochromatic Colors of #188BA4
Black with #188BA4
Text Example
Text Example
White with #188BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BA4; }
p { color: rgb(24,139,164); }
H1.HeaderClassName
{
color: #188BA4;
}
.AnyTagClassName
{
color: #188BA4;
}
</style>
background-color css
<style>
a { background-color: #188BA4; }
a { background-color: rgb(24,139,164); }
div.DivClassName
{
background-color: #188BA4;
}
.BgClassName
{
background-color: #188BA4;
}
</style>
border-color css
<style>
span { border-color: #188BA4; }
span { border-color: rgb(24,139,164); }
td.TdClassName
{
border-color: #188BA4;
}
.TagClassName
{
border-color: #188BA4;
}
</style>