Shades of Paua #1A1945
Tints of Paua #1A1945
RGB
CMYK
RGB Variations
Color information
#1A1945 (or 0x1A1945) is known color: Paua. HEX triplet: 1A, 19 and 45. RGB value is (26,25,69). Sum of RGB (Red+Green+Blue) = 26+25+69=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #1A1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1945 is #E5E6BA. Grayscale: #1E1E1E. Windows color (decimal): -15066811 or 4528410. OLE color: 4528410.
HSL color Cylindrical-coordinate representation of color #1A1945: hue angle of 241.36º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A1945 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 25 | 69 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.73 |
| HSL | 241.36º | 0.47% | 0.18% | - |
| HSV(B) | 241.36º | 0.64% | 0.27% | - |
| XYZ | 1.85 | 1.34 | 5.79 | - |
| YUV | 30.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 69 | 0.62 | 0.64 | 0 | 0.73 | 241.36 | 0.47 | 0.18 |
| Hex | 1A | 19 | 45 | 3E | 40 | 0 | 49 | F1 | 2F | 12 |
| Octal | 32 | 31 | 105 | 76 | 100 | 0 | 111 | 361 | 57 | 22 |
| Binary | 11010 | 11001 | 1000101 | 111110 | 1000000 | 0 | 1001001 | 11110001 | 101111 | 10010 |
Color Harmonies of #1A1945
Complementary color
Monochromatic Colors of #1A1945
Black with #1A1945
Text Example
Text Example
White with #1A1945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1945; }
p { color: rgb(26,25,69); }
H1.HeaderClassName
{
color: #1A1945;
}
.AnyTagClassName
{
color: #1A1945;
}
</style>
background-color css
<style>
a { background-color: #1A1945; }
a { background-color: rgb(26,25,69); }
div.DivClassName
{
background-color: #1A1945;
}
.BgClassName
{
background-color: #1A1945;
}
</style>
border-color css
<style>
span { border-color: #1A1945; }
span { border-color: rgb(26,25,69); }
td.TdClassName
{
border-color: #1A1945;
}
.TagClassName
{
border-color: #1A1945;
}
</style>