Shades of Pelorous #1D8AC1
Tints of Pelorous #1D8AC1
RGB
CMYK
RGB Variations
Color information
#1D8AC1 (or 0x1D8AC1) is known color: Pelorous. HEX triplet: 1D, 8A and C1. RGB value is (29,138,193). Sum of RGB (Red+Green+Blue) = 29+138+193=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D8AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8AC1 is #E2753E. Grayscale: #6F6F6F. Windows color (decimal): -14841151 or 12683805. OLE color: 12683805.
HSL color Cylindrical-coordinate representation of color #1D8AC1: hue angle of 200.12º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D8AC1 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 138 | 193 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.24 |
| HSL | 200.12º | 0.74% | 0.44% | - |
| HSV(B) | 200.12º | 0.85% | 0.76% | - |
| XYZ | 19.22 | 22.29 | 53.74 | - |
| YUV | 111.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 193 | 0.85 | 0.28 | 0 | 0.24 | 200.12 | 0.74 | 0.44 |
| Hex | 1D | 8A | C1 | 55 | 1C | 0 | 18 | C8 | 4A | 2C |
| Octal | 35 | 212 | 301 | 125 | 34 | 0 | 30 | 310 | 112 | 54 |
| Binary | 11101 | 10001010 | 11000001 | 1010101 | 11100 | 0 | 11000 | 11001000 | 1001010 | 101100 |
Color Harmonies of #1D8AC1
Complementary color
Monochromatic Colors of #1D8AC1
Black with #1D8AC1
Text Example
Text Example
White with #1D8AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8AC1; }
p { color: rgb(29,138,193); }
H1.HeaderClassName
{
color: #1D8AC1;
}
.AnyTagClassName
{
color: #1D8AC1;
}
</style>
background-color css
<style>
a { background-color: #1D8AC1; }
a { background-color: rgb(29,138,193); }
div.DivClassName
{
background-color: #1D8AC1;
}
.BgClassName
{
background-color: #1D8AC1;
}
</style>
border-color css
<style>
span { border-color: #1D8AC1; }
span { border-color: rgb(29,138,193); }
td.TdClassName
{
border-color: #1D8AC1;
}
.TagClassName
{
border-color: #1D8AC1;
}
</style>