Shades of Paua #181A4A
Tints of Paua #181A4A
RGB
CMYK
RGB Variations
Color information
#181A4A (or 0x181A4A) is known color: Paua. HEX triplet: 18, 1A and 4A. RGB value is (24,26,74). Sum of RGB (Red+Green+Blue) = 24+26+74=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #181A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A4A is #E7E5B5. Grayscale: #1E1E1E. Windows color (decimal): -15197622 or 4856344. OLE color: 4856344.
HSL color Cylindrical-coordinate representation of color #181A4A: hue angle of 237.6º degrees, saturation: 0.51, 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 #181A4A is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 26 | 74 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.71 |
| HSL | 237.6º | 0.51% | 0.19% | - |
| HSV(B) | 237.6º | 0.68% | 0.29% | - |
| XYZ | 1.98 | 1.43 | 6.65 | - |
| YUV | 30.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 74 | 0.68 | 0.65 | 0 | 0.71 | 237.6 | 0.51 | 0.19 |
| Hex | 18 | 1A | 4A | 44 | 41 | 0 | 47 | EE | 33 | 13 |
| Octal | 30 | 32 | 112 | 104 | 101 | 0 | 107 | 356 | 63 | 23 |
| Binary | 11000 | 11010 | 1001010 | 1000100 | 1000001 | 0 | 1000111 | 11101110 | 110011 | 10011 |
Color Harmonies of #181A4A
Complementary color
Monochromatic Colors of #181A4A
Black with #181A4A
Text Example
Text Example
White with #181A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A4A; }
p { color: rgb(24,26,74); }
H1.HeaderClassName
{
color: #181A4A;
}
.AnyTagClassName
{
color: #181A4A;
}
</style>
background-color css
<style>
a { background-color: #181A4A; }
a { background-color: rgb(24,26,74); }
div.DivClassName
{
background-color: #181A4A;
}
.BgClassName
{
background-color: #181A4A;
}
</style>
border-color css
<style>
span { border-color: #181A4A; }
span { border-color: rgb(24,26,74); }
td.TdClassName
{
border-color: #181A4A;
}
.TagClassName
{
border-color: #181A4A;
}
</style>