Shades of Pelorous #1D94A4
Tints of Pelorous #1D94A4
RGB
CMYK
RGB Variations
Color information
#1D94A4 (or 0x1D94A4) is known color: Pelorous. HEX triplet: 1D, 94 and A4. RGB value is (29,148,164). Sum of RGB (Red+Green+Blue) = 29+148+164=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #1D94A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D94A4 is #E26B5B. Grayscale: #727272. Windows color (decimal): -14838620 or 10785821. OLE color: 10785821.
HSL color Cylindrical-coordinate representation of color #1D94A4: hue angle of 187.11º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D94A4 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 148 | 164 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.36 |
| HSL | 187.11º | 0.7% | 0.38% | - |
| HSV(B) | 187.11º | 0.82% | 0.64% | - |
| XYZ | 17.8 | 24.12 | 38.84 | - |
| YUV | 114.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 164 | 0.82 | 0.10 | 0 | 0.36 | 187.11 | 0.7 | 0.38 |
| Hex | 1D | 94 | A4 | 52 | A | 0 | 24 | BB | 46 | 26 |
| Octal | 35 | 224 | 244 | 122 | 12 | 0 | 44 | 273 | 106 | 46 |
| Binary | 11101 | 10010100 | 10100100 | 1010010 | 1010 | 0 | 100100 | 10111011 | 1000110 | 100110 |
Color Harmonies of #1D94A4
Complementary color
Monochromatic Colors of #1D94A4
Black with #1D94A4
Text Example
Text Example
White with #1D94A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D94A4; }
p { color: rgb(29,148,164); }
H1.HeaderClassName
{
color: #1D94A4;
}
.AnyTagClassName
{
color: #1D94A4;
}
</style>
background-color css
<style>
a { background-color: #1D94A4; }
a { background-color: rgb(29,148,164); }
div.DivClassName
{
background-color: #1D94A4;
}
.BgClassName
{
background-color: #1D94A4;
}
</style>
border-color css
<style>
span { border-color: #1D94A4; }
span { border-color: rgb(29,148,164); }
td.TdClassName
{
border-color: #1D94A4;
}
.TagClassName
{
border-color: #1D94A4;
}
</style>