Shades of Allports #1E6374
Tints of Allports #1E6374
RGB
CMYK
RGB Variations
Color information
#1E6374 (or 0x1E6374) is known color: Allports. HEX triplet: 1E, 63 and 74. RGB value is (30,99,116). Sum of RGB (Red+Green+Blue) = 30+99+116=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E6374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6374 is #E19C8B. Grayscale: #505050. Windows color (decimal): -14785676 or 7627550. OLE color: 7627550.
HSL color Cylindrical-coordinate representation of color #1E6374: hue angle of 191.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6374 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 99 | 116 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.55 |
| HSL | 191.86º | 0.59% | 0.29% | - |
| HSV(B) | 191.86º | 0.74% | 0.45% | - |
| XYZ | 8.15 | 10.46 | 18.11 | - |
| YUV | 80.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 116 | 0.74 | 0.15 | 0 | 0.55 | 191.86 | 0.59 | 0.29 |
| Hex | 1E | 63 | 74 | 4A | F | 0 | 37 | C0 | 3B | 1D |
| Octal | 36 | 143 | 164 | 112 | 17 | 0 | 67 | 300 | 73 | 35 |
| Binary | 11110 | 1100011 | 1110100 | 1001010 | 1111 | 0 | 110111 | 11000000 | 111011 | 11101 |
Color Harmonies of #1E6374
Complementary color
Monochromatic Colors of #1E6374
Black with #1E6374
Text Example
Text Example
White with #1E6374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6374; }
p { color: rgb(30,99,116); }
H1.HeaderClassName
{
color: #1E6374;
}
.AnyTagClassName
{
color: #1E6374;
}
</style>
background-color css
<style>
a { background-color: #1E6374; }
a { background-color: rgb(30,99,116); }
div.DivClassName
{
background-color: #1E6374;
}
.BgClassName
{
background-color: #1E6374;
}
</style>
border-color css
<style>
span { border-color: #1E6374; }
span { border-color: rgb(30,99,116); }
td.TdClassName
{
border-color: #1E6374;
}
.TagClassName
{
border-color: #1E6374;
}
</style>