Shades of Pelorous #1893BE
Tints of Pelorous #1893BE
RGB
CMYK
RGB Variations
Color information
#1893BE (or 0x1893BE) is known color: Pelorous. HEX triplet: 18, 93 and BE. RGB value is (24,147,190). Sum of RGB (Red+Green+Blue) = 24+147+190=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #1893BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1893BE is #E76C41. Grayscale: #727272. Windows color (decimal): -15166530 or 12489496. OLE color: 12489496.
HSL color Cylindrical-coordinate representation of color #1893BE: hue angle of 195.54º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1893BE is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 147 | 190 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.25 |
| HSL | 195.54º | 0.78% | 0.42% | - |
| HSV(B) | 195.54º | 0.87% | 0.75% | - |
| XYZ | 20.1 | 24.78 | 52.44 | - |
| YUV | 115.13 | 170.25 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 190 | 0.87 | 0.23 | 0 | 0.25 | 195.54 | 0.78 | 0.42 |
| Hex | 18 | 93 | BE | 57 | 17 | 0 | 19 | C4 | 4E | 2A |
| Octal | 30 | 223 | 276 | 127 | 27 | 0 | 31 | 304 | 116 | 52 |
| Binary | 11000 | 10010011 | 10111110 | 1010111 | 10111 | 0 | 11001 | 11000100 | 1001110 | 101010 |
Color Harmonies of #1893BE
Complementary color
Monochromatic Colors of #1893BE
Black with #1893BE
Text Example
Text Example
White with #1893BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1893BE; }
p { color: rgb(24,147,190); }
H1.HeaderClassName
{
color: #1893BE;
}
.AnyTagClassName
{
color: #1893BE;
}
</style>
background-color css
<style>
a { background-color: #1893BE; }
a { background-color: rgb(24,147,190); }
div.DivClassName
{
background-color: #1893BE;
}
.BgClassName
{
background-color: #1893BE;
}
</style>
border-color css
<style>
span { border-color: #1893BE; }
span { border-color: rgb(24,147,190); }
td.TdClassName
{
border-color: #1893BE;
}
.TagClassName
{
border-color: #1893BE;
}
</style>