Shades of Pelorous #1994B3
Tints of Pelorous #1994B3
RGB
CMYK
RGB Variations
Color information
#1994B3 (or 0x1994B3) is known color: Pelorous. HEX triplet: 19, 94 and B3. RGB value is (25,148,179). Sum of RGB (Red+Green+Blue) = 25+148+179=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #1994B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994B3 is #E66B4C. Grayscale: #727272. Windows color (decimal): -15100749 or 11768857. OLE color: 11768857.
HSL color Cylindrical-coordinate representation of color #1994B3: hue angle of 192.08º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1994B3 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 148 | 179 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.30 |
| HSL | 192.08º | 0.75% | 0.4% | - |
| HSV(B) | 192.08º | 0.86% | 0.7% | - |
| XYZ | 19.13 | 24.64 | 46.4 | - |
| YUV | 114.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 179 | 0.86 | 0.17 | 0 | 0.30 | 192.08 | 0.75 | 0.4 |
| Hex | 19 | 94 | B3 | 56 | 11 | 0 | 1E | C0 | 4B | 28 |
| Octal | 31 | 224 | 263 | 126 | 21 | 0 | 36 | 300 | 113 | 50 |
| Binary | 11001 | 10010100 | 10110011 | 1010110 | 10001 | 0 | 11110 | 11000000 | 1001011 | 101000 |
Color Harmonies of #1994B3
Complementary color
Monochromatic Colors of #1994B3
Black with #1994B3
Text Example
Text Example
White with #1994B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1994B3; }
p { color: rgb(25,148,179); }
H1.HeaderClassName
{
color: #1994B3;
}
.AnyTagClassName
{
color: #1994B3;
}
</style>
background-color css
<style>
a { background-color: #1994B3; }
a { background-color: rgb(25,148,179); }
div.DivClassName
{
background-color: #1994B3;
}
.BgClassName
{
background-color: #1994B3;
}
</style>
border-color css
<style>
span { border-color: #1994B3; }
span { border-color: rgb(25,148,179); }
td.TdClassName
{
border-color: #1994B3;
}
.TagClassName
{
border-color: #1994B3;
}
</style>