Shades of Pelorous #1885C7
Tints of Pelorous #1885C7
RGB
CMYK
RGB Variations
Color information
#1885C7 (or 0x1885C7) is known color: Pelorous. HEX triplet: 18, 85 and C7. RGB value is (24,133,199). Sum of RGB (Red+Green+Blue) = 24+133+199=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #1885C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885C7 is #E77A38. Grayscale: #6B6B6B. Windows color (decimal): -15170105 or 13075736. OLE color: 13075736.
HSL color Cylindrical-coordinate representation of color #1885C7: hue angle of 202.63º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1885C7 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 133 | 199 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.22 |
| HSL | 202.63º | 0.78% | 0.44% | - |
| HSV(B) | 202.63º | 0.88% | 0.78% | - |
| XYZ | 19.07 | 21.09 | 57.1 | - |
| YUV | 107.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 199 | 0.88 | 0.33 | 0 | 0.22 | 202.63 | 0.78 | 0.44 |
| Hex | 18 | 85 | C7 | 58 | 21 | 0 | 16 | CB | 4E | 2C |
| Octal | 30 | 205 | 307 | 130 | 41 | 0 | 26 | 313 | 116 | 54 |
| Binary | 11000 | 10000101 | 11000111 | 1011000 | 100001 | 0 | 10110 | 11001011 | 1001110 | 101100 |
Color Harmonies of #1885C7
Complementary color
Monochromatic Colors of #1885C7
Black with #1885C7
Text Example
Text Example
White with #1885C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1885C7; }
p { color: rgb(24,133,199); }
H1.HeaderClassName
{
color: #1885C7;
}
.AnyTagClassName
{
color: #1885C7;
}
</style>
background-color css
<style>
a { background-color: #1885C7; }
a { background-color: rgb(24,133,199); }
div.DivClassName
{
background-color: #1885C7;
}
.BgClassName
{
background-color: #1885C7;
}
</style>
border-color css
<style>
span { border-color: #1885C7; }
span { border-color: rgb(24,133,199); }
td.TdClassName
{
border-color: #1885C7;
}
.TagClassName
{
border-color: #1885C7;
}
</style>