Shades of Pelorous #1885BF
Tints of Pelorous #1885BF
RGB
CMYK
RGB Variations
Color information
#1885BF (or 0x1885BF) is known color: Pelorous. HEX triplet: 18, 85 and BF. RGB value is (24,133,191). Sum of RGB (Red+Green+Blue) = 24+133+191=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #1885BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885BF is #E77A40. Grayscale: #6A6A6A. Windows color (decimal): -15170113 or 12551448. OLE color: 12551448.
HSL color Cylindrical-coordinate representation of color #1885BF: hue angle of 200.84º 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 #1885BF is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 133 | 191 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.25 |
| HSL | 200.84º | 0.78% | 0.42% | - |
| HSV(B) | 200.84º | 0.87% | 0.75% | - |
| XYZ | 18.17 | 20.73 | 52.33 | - |
| YUV | 107.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 191 | 0.87 | 0.30 | 0 | 0.25 | 200.84 | 0.78 | 0.42 |
| Hex | 18 | 85 | BF | 57 | 1E | 0 | 19 | C9 | 4E | 2A |
| Octal | 30 | 205 | 277 | 127 | 36 | 0 | 31 | 311 | 116 | 52 |
| Binary | 11000 | 10000101 | 10111111 | 1010111 | 11110 | 0 | 11001 | 11001001 | 1001110 | 101010 |
Color Harmonies of #1885BF
Complementary color
Monochromatic Colors of #1885BF
Black with #1885BF
Text Example
Text Example
White with #1885BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1885BF; }
p { color: rgb(24,133,191); }
H1.HeaderClassName
{
color: #1885BF;
}
.AnyTagClassName
{
color: #1885BF;
}
</style>
background-color css
<style>
a { background-color: #1885BF; }
a { background-color: rgb(24,133,191); }
div.DivClassName
{
background-color: #1885BF;
}
.BgClassName
{
background-color: #1885BF;
}
</style>
border-color css
<style>
span { border-color: #1885BF; }
span { border-color: rgb(24,133,191); }
td.TdClassName
{
border-color: #1885BF;
}
.TagClassName
{
border-color: #1885BF;
}
</style>