Shades of Pelorous #1895B3
Tints of Pelorous #1895B3
RGB
CMYK
RGB Variations
Color information
#1895B3 (or 0x1895B3) is known color: Pelorous. HEX triplet: 18, 95 and B3. RGB value is (24,149,179). Sum of RGB (Red+Green+Blue) = 24+149+179=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 149 (58.59% from 255 or 42.33% 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 #1895B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1895B3 is #E76A4C. Grayscale: #727272. Windows color (decimal): -15166029 or 11769112. OLE color: 11769112.
HSL color Cylindrical-coordinate representation of color #1895B3: hue angle of 191.61º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1895B3 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 149 | 179 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.30 |
| HSL | 191.61º | 0.76% | 0.4% | - |
| HSV(B) | 191.61º | 0.87% | 0.7% | - |
| XYZ | 19.26 | 24.94 | 46.45 | - |
| YUV | 115.05 | 164.09 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 179 | 0.87 | 0.17 | 0 | 0.30 | 191.61 | 0.76 | 0.4 |
| Hex | 18 | 95 | B3 | 57 | 11 | 0 | 1E | C0 | 4C | 28 |
| Octal | 30 | 225 | 263 | 127 | 21 | 0 | 36 | 300 | 114 | 50 |
| Binary | 11000 | 10010101 | 10110011 | 1010111 | 10001 | 0 | 11110 | 11000000 | 1001100 | 101000 |
Color Harmonies of #1895B3
Complementary color
Monochromatic Colors of #1895B3
Black with #1895B3
Text Example
Text Example
White with #1895B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895B3; }
p { color: rgb(24,149,179); }
H1.HeaderClassName
{
color: #1895B3;
}
.AnyTagClassName
{
color: #1895B3;
}
</style>
background-color css
<style>
a { background-color: #1895B3; }
a { background-color: rgb(24,149,179); }
div.DivClassName
{
background-color: #1895B3;
}
.BgClassName
{
background-color: #1895B3;
}
</style>
border-color css
<style>
span { border-color: #1895B3; }
span { border-color: rgb(24,149,179); }
td.TdClassName
{
border-color: #1895B3;
}
.TagClassName
{
border-color: #1895B3;
}
</style>