Shades of Pelorous #1D90AF
Tints of Pelorous #1D90AF
RGB
CMYK
RGB Variations
Color information
#1D90AF (or 0x1D90AF) is known color: Pelorous. HEX triplet: 1D, 90 and AF. RGB value is (29,144,175). Sum of RGB (Red+Green+Blue) = 29+144+175=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D90AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D90AF is #E26F50. Grayscale: #707070. Windows color (decimal): -14839633 or 11505693. OLE color: 11505693.
HSL color Cylindrical-coordinate representation of color #1D90AF: hue angle of 192.74º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D90AF is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 144 | 175 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.31 |
| HSL | 192.74º | 0.72% | 0.4% | - |
| HSV(B) | 192.74º | 0.83% | 0.69% | - |
| XYZ | 18.22 | 23.3 | 44.1 | - |
| YUV | 113.15 | 162.9 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 175 | 0.83 | 0.18 | 0 | 0.31 | 192.74 | 0.72 | 0.4 |
| Hex | 1D | 90 | AF | 53 | 12 | 0 | 1F | C1 | 48 | 28 |
| Octal | 35 | 220 | 257 | 123 | 22 | 0 | 37 | 301 | 110 | 50 |
| Binary | 11101 | 10010000 | 10101111 | 1010011 | 10010 | 0 | 11111 | 11000001 | 1001000 | 101000 |
Color Harmonies of #1D90AF
Complementary color
Monochromatic Colors of #1D90AF
Black with #1D90AF
Text Example
Text Example
White with #1D90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D90AF; }
p { color: rgb(29,144,175); }
H1.HeaderClassName
{
color: #1D90AF;
}
.AnyTagClassName
{
color: #1D90AF;
}
</style>
background-color css
<style>
a { background-color: #1D90AF; }
a { background-color: rgb(29,144,175); }
div.DivClassName
{
background-color: #1D90AF;
}
.BgClassName
{
background-color: #1D90AF;
}
</style>
border-color css
<style>
span { border-color: #1D90AF; }
span { border-color: rgb(29,144,175); }
td.TdClassName
{
border-color: #1D90AF;
}
.TagClassName
{
border-color: #1D90AF;
}
</style>