Shades of Pelorous #1885BE
Tints of Pelorous #1885BE
RGB
CMYK
RGB Variations
Color information
#1885BE (or 0x1885BE) is known color: Pelorous. HEX triplet: 18, 85 and BE. RGB value is (24,133,190). Sum of RGB (Red+Green+Blue) = 24+133+190=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #1885BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885BE is #E77A41. Grayscale: #6A6A6A. Windows color (decimal): -15170114 or 12485912. OLE color: 12485912.
HSL color Cylindrical-coordinate representation of color #1885BE: hue angle of 200.6º 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 #1885BE is Cyan = 0.87, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 133 | 190 | - |
| CMYK | 0.87 | 0.3 | 0 | 0.25 |
| HSL | 200.6º | 0.78% | 0.42% | - |
| HSV(B) | 200.6º | 0.87% | 0.75% | - |
| XYZ | 18.06 | 20.69 | 51.76 | - |
| YUV | 106.91 | 174.89 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 190 | 0.87 | 0.3 | 0 | 0.25 | 200.6 | 0.78 | 0.42 |
| Hex | 18 | 85 | BE | 57 | 1E | 0 | 19 | C9 | 4E | 2A |
| Octal | 30 | 205 | 276 | 127 | 36 | 0 | 31 | 311 | 116 | 52 |
| Binary | 11000 | 10000101 | 10111110 | 1010111 | 11110 | 0 | 11001 | 11001001 | 1001110 | 101010 |
Color Harmonies of #1885BE
Complementary color
Monochromatic Colors of #1885BE
Black with #1885BE
Text Example
Text Example
White with #1885BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1885BE; }
p { color: rgb(24,133,190); }
H1.HeaderClassName
{
color: #1885BE;
}
.AnyTagClassName
{
color: #1885BE;
}
</style>
background-color css
<style>
a { background-color: #1885BE; }
a { background-color: rgb(24,133,190); }
div.DivClassName
{
background-color: #1885BE;
}
.BgClassName
{
background-color: #1885BE;
}
</style>
border-color css
<style>
span { border-color: #1885BE; }
span { border-color: rgb(24,133,190); }
td.TdClassName
{
border-color: #1885BE;
}
.TagClassName
{
border-color: #1885BE;
}
</style>