Shades of Pelorous #1DA2B3
Tints of Pelorous #1DA2B3
RGB
CMYK
RGB Variations
Color information
#1DA2B3 (or 0x1DA2B3) is known color: Pelorous. HEX triplet: 1D, A2 and B3. RGB value is (29,162,179). Sum of RGB (Red+Green+Blue) = 29+162+179=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #1DA2B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA2B3 is #E25D4C. Grayscale: #7B7B7B. Windows color (decimal): -14835021 or 11772445. OLE color: 11772445.
HSL color Cylindrical-coordinate representation of color #1DA2B3: hue angle of 186.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DA2B3 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 162 | 179 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.30 |
| HSL | 186.8º | 0.72% | 0.41% | - |
| HSV(B) | 186.8º | 0.84% | 0.7% | - |
| XYZ | 21.56 | 29.36 | 47.18 | - |
| YUV | 124.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 179 | 0.84 | 0.09 | 0 | 0.30 | 186.8 | 0.72 | 0.41 |
| Hex | 1D | A2 | B3 | 54 | 9 | 0 | 1E | BB | 48 | 29 |
| Octal | 35 | 242 | 263 | 124 | 11 | 0 | 36 | 273 | 110 | 51 |
| Binary | 11101 | 10100010 | 10110011 | 1010100 | 1001 | 0 | 11110 | 10111011 | 1001000 | 101001 |
Color Harmonies of #1DA2B3
Complementary color
Monochromatic Colors of #1DA2B3
Black with #1DA2B3
Text Example
Text Example
White with #1DA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA2B3; }
p { color: rgb(29,162,179); }
H1.HeaderClassName
{
color: #1DA2B3;
}
.AnyTagClassName
{
color: #1DA2B3;
}
</style>
background-color css
<style>
a { background-color: #1DA2B3; }
a { background-color: rgb(29,162,179); }
div.DivClassName
{
background-color: #1DA2B3;
}
.BgClassName
{
background-color: #1DA2B3;
}
</style>
border-color css
<style>
span { border-color: #1DA2B3; }
span { border-color: rgb(29,162,179); }
td.TdClassName
{
border-color: #1DA2B3;
}
.TagClassName
{
border-color: #1DA2B3;
}
</style>