Shades of Pelorous #1883BA
Tints of Pelorous #1883BA
RGB
CMYK
RGB Variations
Color information
#1883BA (or 0x1883BA) is known color: Pelorous. HEX triplet: 18, 83 and BA. RGB value is (24,131,186). Sum of RGB (Red+Green+Blue) = 24+131+186=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #1883BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883BA is #E77C45. Grayscale: #686868. Windows color (decimal): -15170630 or 12223256. OLE color: 12223256.
HSL color Cylindrical-coordinate representation of color #1883BA: hue angle of 200.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1883BA is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 131 | 186 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.27 |
| HSL | 200.37º | 0.77% | 0.41% | - |
| HSV(B) | 200.37º | 0.87% | 0.73% | - |
| XYZ | 17.36 | 19.97 | 49.39 | - |
| YUV | 105.28 | 173.55 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 186 | 0.87 | 0.30 | 0 | 0.27 | 200.37 | 0.77 | 0.41 |
| Hex | 18 | 83 | BA | 57 | 1E | 0 | 1B | C8 | 4D | 29 |
| Octal | 30 | 203 | 272 | 127 | 36 | 0 | 33 | 310 | 115 | 51 |
| Binary | 11000 | 10000011 | 10111010 | 1010111 | 11110 | 0 | 11011 | 11001000 | 1001101 | 101001 |
Color Harmonies of #1883BA
Complementary color
Monochromatic Colors of #1883BA
Black with #1883BA
Text Example
Text Example
White with #1883BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1883BA; }
p { color: rgb(24,131,186); }
H1.HeaderClassName
{
color: #1883BA;
}
.AnyTagClassName
{
color: #1883BA;
}
</style>
background-color css
<style>
a { background-color: #1883BA; }
a { background-color: rgb(24,131,186); }
div.DivClassName
{
background-color: #1883BA;
}
.BgClassName
{
background-color: #1883BA;
}
</style>
border-color css
<style>
span { border-color: #1883BA; }
span { border-color: rgb(24,131,186); }
td.TdClassName
{
border-color: #1883BA;
}
.TagClassName
{
border-color: #1883BA;
}
</style>