Shades of Pelorous #1D90BA
Tints of Pelorous #1D90BA
RGB
CMYK
RGB Variations
Color information
#1D90BA (or 0x1D90BA) is known color: Pelorous. HEX triplet: 1D, 90 and BA. RGB value is (29,144,186). Sum of RGB (Red+Green+Blue) = 29+144+186=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D90BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D90BA is #E26F45. Grayscale: #727272. Windows color (decimal): -14839622 or 12226589. OLE color: 12226589.
HSL color Cylindrical-coordinate representation of color #1D90BA: hue angle of 196.05º 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 #1D90BA is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 144 | 186 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.27 |
| HSL | 196.05º | 0.73% | 0.42% | - |
| HSV(B) | 196.05º | 0.84% | 0.73% | - |
| XYZ | 19.34 | 23.75 | 50.02 | - |
| YUV | 114.4 | 168.4 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 186 | 0.84 | 0.23 | 0 | 0.27 | 196.05 | 0.73 | 0.42 |
| Hex | 1D | 90 | BA | 54 | 17 | 0 | 1B | C4 | 49 | 2A |
| Octal | 35 | 220 | 272 | 124 | 27 | 0 | 33 | 304 | 111 | 52 |
| Binary | 11101 | 10010000 | 10111010 | 1010100 | 10111 | 0 | 11011 | 11000100 | 1001001 | 101010 |
Color Harmonies of #1D90BA
Complementary color
Monochromatic Colors of #1D90BA
Black with #1D90BA
Text Example
Text Example
White with #1D90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D90BA; }
p { color: rgb(29,144,186); }
H1.HeaderClassName
{
color: #1D90BA;
}
.AnyTagClassName
{
color: #1D90BA;
}
</style>
background-color css
<style>
a { background-color: #1D90BA; }
a { background-color: rgb(29,144,186); }
div.DivClassName
{
background-color: #1D90BA;
}
.BgClassName
{
background-color: #1D90BA;
}
</style>
border-color css
<style>
span { border-color: #1D90BA; }
span { border-color: rgb(29,144,186); }
td.TdClassName
{
border-color: #1D90BA;
}
.TagClassName
{
border-color: #1D90BA;
}
</style>