Shades of Pelorous #1890AD
Tints of Pelorous #1890AD
RGB
CMYK
RGB Variations
Color information
#1890AD (or 0x1890AD) is known color: Pelorous. HEX triplet: 18, 90 and AD. RGB value is (24,144,173). Sum of RGB (Red+Green+Blue) = 24+144+173=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #1890AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1890AD is #E76F52. Grayscale: #6F6F6F. Windows color (decimal): -15167315 or 11374616. OLE color: 11374616.
HSL color Cylindrical-coordinate representation of color #1890AD: hue angle of 191.68º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1890AD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 144 | 173 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.32 |
| HSL | 191.68º | 0.76% | 0.39% | - |
| HSV(B) | 191.68º | 0.86% | 0.68% | - |
| XYZ | 17.89 | 23.16 | 43.06 | - |
| YUV | 111.43 | 162.74 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 173 | 0.86 | 0.17 | 0 | 0.32 | 191.68 | 0.76 | 0.39 |
| Hex | 18 | 90 | AD | 56 | 11 | 0 | 20 | C0 | 4C | 27 |
| Octal | 30 | 220 | 255 | 126 | 21 | 0 | 40 | 300 | 114 | 47 |
| Binary | 11000 | 10010000 | 10101101 | 1010110 | 10001 | 0 | 100000 | 11000000 | 1001100 | 100111 |
Color Harmonies of #1890AD
Complementary color
Monochromatic Colors of #1890AD
Black with #1890AD
Text Example
Text Example
White with #1890AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1890AD; }
p { color: rgb(24,144,173); }
H1.HeaderClassName
{
color: #1890AD;
}
.AnyTagClassName
{
color: #1890AD;
}
</style>
background-color css
<style>
a { background-color: #1890AD; }
a { background-color: rgb(24,144,173); }
div.DivClassName
{
background-color: #1890AD;
}
.BgClassName
{
background-color: #1890AD;
}
</style>
border-color css
<style>
span { border-color: #1890AD; }
span { border-color: rgb(24,144,173); }
td.TdClassName
{
border-color: #1890AD;
}
.TagClassName
{
border-color: #1890AD;
}
</style>