Shades of Paua #1A1C57
Tints of Paua #1A1C57
RGB
CMYK
RGB Variations
Color information
#1A1C57 (or 0x1A1C57) is known color: Paua. HEX triplet: 1A, 1C and 57. RGB value is (26,28,87). Sum of RGB (Red+Green+Blue) = 26+28+87=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A1C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1C57 is #E5E3A8. Grayscale: #212121. Windows color (decimal): -15066025 or 5708826. OLE color: 5708826.
HSL color Cylindrical-coordinate representation of color #1A1C57: hue angle of 238.03º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A1C57 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 28 | 87 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.66 |
| HSL | 238.03º | 0.54% | 0.22% | - |
| HSV(B) | 238.03º | 0.7% | 0.34% | - |
| XYZ | 2.56 | 1.74 | 9.22 | - |
| YUV | 34.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 87 | 0.70 | 0.68 | 0 | 0.66 | 238.03 | 0.54 | 0.22 |
| Hex | 1A | 1C | 57 | 46 | 44 | 0 | 42 | EE | 36 | 16 |
| Octal | 32 | 34 | 127 | 106 | 104 | 0 | 102 | 356 | 66 | 26 |
| Binary | 11010 | 11100 | 1010111 | 1000110 | 1000100 | 0 | 1000010 | 11101110 | 110110 | 10110 |
Color Harmonies of #1A1C57
Complementary color
Monochromatic Colors of #1A1C57
Black with #1A1C57
Text Example
Text Example
White with #1A1C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C57; }
p { color: rgb(26,28,87); }
H1.HeaderClassName
{
color: #1A1C57;
}
.AnyTagClassName
{
color: #1A1C57;
}
</style>
background-color css
<style>
a { background-color: #1A1C57; }
a { background-color: rgb(26,28,87); }
div.DivClassName
{
background-color: #1A1C57;
}
.BgClassName
{
background-color: #1A1C57;
}
</style>
border-color css
<style>
span { border-color: #1A1C57; }
span { border-color: rgb(26,28,87); }
td.TdClassName
{
border-color: #1A1C57;
}
.TagClassName
{
border-color: #1A1C57;
}
</style>