Shades of Pelorous #1E95AF
Tints of Pelorous #1E95AF
RGB
CMYK
RGB Variations
Color information
#1E95AF (or 0x1E95AF) is known color: Pelorous. HEX triplet: 1E, 95 and AF. RGB value is (30,149,175). Sum of RGB (Red+Green+Blue) = 30+149+175=354 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.47% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E95AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E95AF is #E16A50. Grayscale: #747474. Windows color (decimal): -14772817 or 11506974. OLE color: 11506974.
HSL color Cylindrical-coordinate representation of color #1E95AF: hue angle of 190.76º degrees, saturation: 0.71, 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 #1E95AF is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 149 | 175 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.31 |
| HSL | 190.76º | 0.71% | 0.4% | - |
| HSV(B) | 190.76º | 0.83% | 0.69% | - |
| XYZ | 19.02 | 24.87 | 44.35 | - |
| YUV | 116.38 | 161.08 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 175 | 0.83 | 0.15 | 0 | 0.31 | 190.76 | 0.71 | 0.4 |
| Hex | 1E | 95 | AF | 53 | F | 0 | 1F | BF | 47 | 28 |
| Octal | 36 | 225 | 257 | 123 | 17 | 0 | 37 | 277 | 107 | 50 |
| Binary | 11110 | 10010101 | 10101111 | 1010011 | 1111 | 0 | 11111 | 10111111 | 1000111 | 101000 |
Color Harmonies of #1E95AF
Complementary color
Monochromatic Colors of #1E95AF
Black with #1E95AF
Text Example
Text Example
White with #1E95AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E95AF; }
p { color: rgb(30,149,175); }
H1.HeaderClassName
{
color: #1E95AF;
}
.AnyTagClassName
{
color: #1E95AF;
}
</style>
background-color css
<style>
a { background-color: #1E95AF; }
a { background-color: rgb(30,149,175); }
div.DivClassName
{
background-color: #1E95AF;
}
.BgClassName
{
background-color: #1E95AF;
}
</style>
border-color css
<style>
span { border-color: #1E95AF; }
span { border-color: rgb(30,149,175); }
td.TdClassName
{
border-color: #1E95AF;
}
.TagClassName
{
border-color: #1E95AF;
}
</style>