Shades of Pelorous #1D90BB
Tints of Pelorous #1D90BB
RGB
CMYK
RGB Variations
Color information
#1D90BB (or 0x1D90BB) is known color: Pelorous. HEX triplet: 1D, 90 and BB. RGB value is (29,144,187). Sum of RGB (Red+Green+Blue) = 29+144+187=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D90BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D90BB is #E26F44. Grayscale: #727272. Windows color (decimal): -14839621 or 12292125. OLE color: 12292125.
HSL color Cylindrical-coordinate representation of color #1D90BB: hue angle of 196.33º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D90BB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 144 | 187 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.27 |
| HSL | 196.33º | 0.73% | 0.42% | - |
| HSV(B) | 196.33º | 0.84% | 0.73% | - |
| XYZ | 19.45 | 23.8 | 50.58 | - |
| YUV | 114.52 | 168.9 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 187 | 0.84 | 0.23 | 0 | 0.27 | 196.33 | 0.73 | 0.42 |
| Hex | 1D | 90 | BB | 54 | 17 | 0 | 1B | C4 | 49 | 2A |
| Octal | 35 | 220 | 273 | 124 | 27 | 0 | 33 | 304 | 111 | 52 |
| Binary | 11101 | 10010000 | 10111011 | 1010100 | 10111 | 0 | 11011 | 11000100 | 1001001 | 101010 |
Color Harmonies of #1D90BB
Complementary color
Monochromatic Colors of #1D90BB
Black with #1D90BB
Text Example
Text Example
White with #1D90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D90BB; }
p { color: rgb(29,144,187); }
H1.HeaderClassName
{
color: #1D90BB;
}
.AnyTagClassName
{
color: #1D90BB;
}
</style>
background-color css
<style>
a { background-color: #1D90BB; }
a { background-color: rgb(29,144,187); }
div.DivClassName
{
background-color: #1D90BB;
}
.BgClassName
{
background-color: #1D90BB;
}
</style>
border-color css
<style>
span { border-color: #1D90BB; }
span { border-color: rgb(29,144,187); }
td.TdClassName
{
border-color: #1D90BB;
}
.TagClassName
{
border-color: #1D90BB;
}
</style>