Shades of Paua #1A1C51
Tints of Paua #1A1C51
RGB
CMYK
RGB Variations
Color information
#1A1C51 (or 0x1A1C51) is known color: Paua. HEX triplet: 1A, 1C and 51. RGB value is (26,28,81). Sum of RGB (Red+Green+Blue) = 26+28+81=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A1C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1C51 is #E5E3AE. Grayscale: #212121. Windows color (decimal): -15066031 or 5315610. OLE color: 5315610.
HSL color Cylindrical-coordinate representation of color #1A1C51: hue angle of 237.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1C51 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 28 | 81 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.68 |
| HSL | 237.82º | 0.51% | 0.21% | - |
| HSV(B) | 237.82º | 0.68% | 0.32% | - |
| XYZ | 2.33 | 1.64 | 7.98 | - |
| YUV | 33.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 81 | 0.68 | 0.65 | 0 | 0.68 | 237.82 | 0.51 | 0.21 |
| Hex | 1A | 1C | 51 | 44 | 41 | 0 | 44 | EE | 33 | 15 |
| Octal | 32 | 34 | 121 | 104 | 101 | 0 | 104 | 356 | 63 | 25 |
| Binary | 11010 | 11100 | 1010001 | 1000100 | 1000001 | 0 | 1000100 | 11101110 | 110011 | 10101 |
Color Harmonies of #1A1C51
Complementary color
Monochromatic Colors of #1A1C51
Black with #1A1C51
Text Example
Text Example
White with #1A1C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C51; }
p { color: rgb(26,28,81); }
H1.HeaderClassName
{
color: #1A1C51;
}
.AnyTagClassName
{
color: #1A1C51;
}
</style>
background-color css
<style>
a { background-color: #1A1C51; }
a { background-color: rgb(26,28,81); }
div.DivClassName
{
background-color: #1A1C51;
}
.BgClassName
{
background-color: #1A1C51;
}
</style>
border-color css
<style>
span { border-color: #1A1C51; }
span { border-color: rgb(26,28,81); }
td.TdClassName
{
border-color: #1A1C51;
}
.TagClassName
{
border-color: #1A1C51;
}
</style>