Shades of Pelorous #189FB4
Tints of Pelorous #189FB4
RGB
CMYK
RGB Variations
Color information
#189FB4 (or 0x189FB4) is known color: Pelorous. HEX triplet: 18, 9F and B4. RGB value is (24,159,180). Sum of RGB (Red+Green+Blue) = 24+159+180=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #189FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FB4 is #E7604B. Grayscale: #787878. Windows color (decimal): -15163468 or 11837208. OLE color: 11837208.
HSL color Cylindrical-coordinate representation of color #189FB4: hue angle of 188.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189FB4 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 159 | 180 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.29 |
| HSL | 188.08º | 0.76% | 0.4% | - |
| HSV(B) | 188.08º | 0.87% | 0.71% | - |
| XYZ | 21.01 | 28.29 | 47.53 | - |
| YUV | 121.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 180 | 0.87 | 0.12 | 0 | 0.29 | 188.08 | 0.76 | 0.4 |
| Hex | 18 | 9F | B4 | 57 | C | 0 | 1D | BC | 4C | 28 |
| Octal | 30 | 237 | 264 | 127 | 14 | 0 | 35 | 274 | 114 | 50 |
| Binary | 11000 | 10011111 | 10110100 | 1010111 | 1100 | 0 | 11101 | 10111100 | 1001100 | 101000 |
Color Harmonies of #189FB4
Complementary color
Monochromatic Colors of #189FB4
Black with #189FB4
Text Example
Text Example
White with #189FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FB4; }
p { color: rgb(24,159,180); }
H1.HeaderClassName
{
color: #189FB4;
}
.AnyTagClassName
{
color: #189FB4;
}
</style>
background-color css
<style>
a { background-color: #189FB4; }
a { background-color: rgb(24,159,180); }
div.DivClassName
{
background-color: #189FB4;
}
.BgClassName
{
background-color: #189FB4;
}
</style>
border-color css
<style>
span { border-color: #189FB4; }
span { border-color: rgb(24,159,180); }
td.TdClassName
{
border-color: #189FB4;
}
.TagClassName
{
border-color: #189FB4;
}
</style>