Shades of Pelorous #189AB1
Tints of Pelorous #189AB1
RGB
CMYK
RGB Variations
Color information
#189AB1 (or 0x189AB1) is known color: Pelorous. HEX triplet: 18, 9A and B1. RGB value is (24,154,177). Sum of RGB (Red+Green+Blue) = 24+154+177=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #189AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AB1 is #E7654E. Grayscale: #757575. Windows color (decimal): -15164751 or 11639320. OLE color: 11639320.
HSL color Cylindrical-coordinate representation of color #189AB1: hue angle of 189.02º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189AB1 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 154 | 177 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.31 |
| HSL | 189.02º | 0.76% | 0.39% | - |
| HSV(B) | 189.02º | 0.86% | 0.69% | - |
| XYZ | 19.87 | 26.48 | 45.66 | - |
| YUV | 117.75 | 161.43 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 177 | 0.86 | 0.13 | 0 | 0.31 | 189.02 | 0.76 | 0.39 |
| Hex | 18 | 9A | B1 | 56 | D | 0 | 1F | BD | 4C | 27 |
| Octal | 30 | 232 | 261 | 126 | 15 | 0 | 37 | 275 | 114 | 47 |
| Binary | 11000 | 10011010 | 10110001 | 1010110 | 1101 | 0 | 11111 | 10111101 | 1001100 | 100111 |
Color Harmonies of #189AB1
Complementary color
Monochromatic Colors of #189AB1
Black with #189AB1
Text Example
Text Example
White with #189AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189AB1; }
p { color: rgb(24,154,177); }
H1.HeaderClassName
{
color: #189AB1;
}
.AnyTagClassName
{
color: #189AB1;
}
</style>
background-color css
<style>
a { background-color: #189AB1; }
a { background-color: rgb(24,154,177); }
div.DivClassName
{
background-color: #189AB1;
}
.BgClassName
{
background-color: #189AB1;
}
</style>
border-color css
<style>
span { border-color: #189AB1; }
span { border-color: rgb(24,154,177); }
td.TdClassName
{
border-color: #189AB1;
}
.TagClassName
{
border-color: #189AB1;
}
</style>