Shades of Paua #1E2057
Tints of Paua #1E2057
RGB
CMYK
RGB Variations
Color information
#1E2057 (or 0x1E2057) is known color: Paua. HEX triplet: 1E, 20 and 57. RGB value is (30,32,87). Sum of RGB (Red+Green+Blue) = 30+32+87=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2057 is #E1DFA8. Grayscale: #252525. Windows color (decimal): -14802857 or 5709854. OLE color: 5709854.
HSL color Cylindrical-coordinate representation of color #1E2057: hue angle of 237.89º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E2057 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 32 | 87 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.66 |
| HSL | 237.89º | 0.49% | 0.23% | - |
| HSV(B) | 237.89º | 0.66% | 0.34% | - |
| XYZ | 2.77 | 2 | 9.26 | - |
| YUV | 37.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 87 | 0.66 | 0.63 | 0 | 0.66 | 237.89 | 0.49 | 0.23 |
| Hex | 1E | 20 | 57 | 42 | 3F | 0 | 42 | EE | 31 | 17 |
| Octal | 36 | 40 | 127 | 102 | 77 | 0 | 102 | 356 | 61 | 27 |
| Binary | 11110 | 100000 | 1010111 | 1000010 | 111111 | 0 | 1000010 | 11101110 | 110001 | 10111 |
Color Harmonies of #1E2057
Complementary color
Monochromatic Colors of #1E2057
Black with #1E2057
Text Example
Text Example
White with #1E2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2057; }
p { color: rgb(30,32,87); }
H1.HeaderClassName
{
color: #1E2057;
}
.AnyTagClassName
{
color: #1E2057;
}
</style>
background-color css
<style>
a { background-color: #1E2057; }
a { background-color: rgb(30,32,87); }
div.DivClassName
{
background-color: #1E2057;
}
.BgClassName
{
background-color: #1E2057;
}
</style>
border-color css
<style>
span { border-color: #1E2057; }
span { border-color: rgb(30,32,87); }
td.TdClassName
{
border-color: #1E2057;
}
.TagClassName
{
border-color: #1E2057;
}
</style>