Shades of Paua #1A1948
Tints of Paua #1A1948
RGB
CMYK
RGB Variations
Color information
#1A1948 (or 0x1A1948) is known color: Paua. HEX triplet: 1A, 19 and 48. RGB value is (26,25,72). Sum of RGB (Red+Green+Blue) = 26+25+72=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1948 is #E5E6B7. Grayscale: #1E1E1E. Windows color (decimal): -15066808 or 4725018. OLE color: 4725018.
HSL color Cylindrical-coordinate representation of color #1A1948: hue angle of 241.28º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A1948 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 25 | 72 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.72 |
| HSL | 241.28º | 0.48% | 0.19% | - |
| HSV(B) | 241.28º | 0.65% | 0.28% | - |
| XYZ | 1.94 | 1.38 | 6.3 | - |
| YUV | 30.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 72 | 0.64 | 0.65 | 0 | 0.72 | 241.28 | 0.48 | 0.19 |
| Hex | 1A | 19 | 48 | 40 | 41 | 0 | 48 | F1 | 30 | 13 |
| Octal | 32 | 31 | 110 | 100 | 101 | 0 | 110 | 361 | 60 | 23 |
| Binary | 11010 | 11001 | 1001000 | 1000000 | 1000001 | 0 | 1001000 | 11110001 | 110000 | 10011 |
Color Harmonies of #1A1948
Complementary color
Monochromatic Colors of #1A1948
Black with #1A1948
Text Example
Text Example
White with #1A1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1948; }
p { color: rgb(26,25,72); }
H1.HeaderClassName
{
color: #1A1948;
}
.AnyTagClassName
{
color: #1A1948;
}
</style>
background-color css
<style>
a { background-color: #1A1948; }
a { background-color: rgb(26,25,72); }
div.DivClassName
{
background-color: #1A1948;
}
.BgClassName
{
background-color: #1A1948;
}
</style>
border-color css
<style>
span { border-color: #1A1948; }
span { border-color: rgb(26,25,72); }
td.TdClassName
{
border-color: #1A1948;
}
.TagClassName
{
border-color: #1A1948;
}
</style>