Shades of Paua #1E184B
Tints of Paua #1E184B
RGB
CMYK
RGB Variations
Color information
#1E184B (or 0x1E184B) is known color: Paua. HEX triplet: 1E, 18 and 4B. RGB value is (30,24,75). Sum of RGB (Red+Green+Blue) = 30+24+75=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E184B is #E1E7B4. Grayscale: #1F1F1F. Windows color (decimal): -14804917 or 4921374. OLE color: 4921374.
HSL color Cylindrical-coordinate representation of color #1E184B: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E184B is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 24 | 75 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.71 |
| HSL | 247.06º | 0.52% | 0.19% | - |
| HSV(B) | 247.06º | 0.68% | 0.29% | - |
| XYZ | 2.13 | 1.44 | 6.82 | - |
| YUV | 31.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 75 | 0.60 | 0.68 | 0 | 0.71 | 247.06 | 0.52 | 0.19 |
| Hex | 1E | 18 | 4B | 3C | 44 | 0 | 47 | F7 | 34 | 13 |
| Octal | 36 | 30 | 113 | 74 | 104 | 0 | 107 | 367 | 64 | 23 |
| Binary | 11110 | 11000 | 1001011 | 111100 | 1000100 | 0 | 1000111 | 11110111 | 110100 | 10011 |
Color Harmonies of #1E184B
Complementary color
Monochromatic Colors of #1E184B
Black with #1E184B
Text Example
Text Example
White with #1E184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E184B; }
p { color: rgb(30,24,75); }
H1.HeaderClassName
{
color: #1E184B;
}
.AnyTagClassName
{
color: #1E184B;
}
</style>
background-color css
<style>
a { background-color: #1E184B; }
a { background-color: rgb(30,24,75); }
div.DivClassName
{
background-color: #1E184B;
}
.BgClassName
{
background-color: #1E184B;
}
</style>
border-color css
<style>
span { border-color: #1E184B; }
span { border-color: rgb(30,24,75); }
td.TdClassName
{
border-color: #1E184B;
}
.TagClassName
{
border-color: #1E184B;
}
</style>