Shades of Pelorous #1D93AD
Tints of Pelorous #1D93AD
RGB
CMYK
RGB Variations
Color information
#1D93AD (or 0x1D93AD) is known color: Pelorous. HEX triplet: 1D, 93 and AD. RGB value is (29,147,173). Sum of RGB (Red+Green+Blue) = 29+147+173=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D93AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D93AD is #E26C52. Grayscale: #727272. Windows color (decimal): -14838867 or 11375389. OLE color: 11375389.
HSL color Cylindrical-coordinate representation of color #1D93AD: hue angle of 190.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D93AD is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 147 | 173 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.32 |
| HSL | 190.83º | 0.71% | 0.4% | - |
| HSV(B) | 190.83º | 0.83% | 0.68% | - |
| XYZ | 18.48 | 24.15 | 43.22 | - |
| YUV | 114.68 | 160.91 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 173 | 0.83 | 0.15 | 0 | 0.32 | 190.83 | 0.71 | 0.4 |
| Hex | 1D | 93 | AD | 53 | F | 0 | 20 | BF | 47 | 28 |
| Octal | 35 | 223 | 255 | 123 | 17 | 0 | 40 | 277 | 107 | 50 |
| Binary | 11101 | 10010011 | 10101101 | 1010011 | 1111 | 0 | 100000 | 10111111 | 1000111 | 101000 |
Color Harmonies of #1D93AD
Complementary color
Monochromatic Colors of #1D93AD
Black with #1D93AD
Text Example
Text Example
White with #1D93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D93AD; }
p { color: rgb(29,147,173); }
H1.HeaderClassName
{
color: #1D93AD;
}
.AnyTagClassName
{
color: #1D93AD;
}
</style>
background-color css
<style>
a { background-color: #1D93AD; }
a { background-color: rgb(29,147,173); }
div.DivClassName
{
background-color: #1D93AD;
}
.BgClassName
{
background-color: #1D93AD;
}
</style>
border-color css
<style>
span { border-color: #1D93AD; }
span { border-color: rgb(29,147,173); }
td.TdClassName
{
border-color: #1D93AD;
}
.TagClassName
{
border-color: #1D93AD;
}
</style>