Shades of Paua #1A174B
Tints of Paua #1A174B
RGB
CMYK
RGB Variations
Color information
#1A174B (or 0x1A174B) is known color: Paua. HEX triplet: 1A, 17 and 4B. RGB value is (26,23,75). Sum of RGB (Red+Green+Blue) = 26+23+75=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A174B is #E5E8B4. Grayscale: #1D1D1D. Windows color (decimal): -15067317 or 4921114. OLE color: 4921114.
HSL color Cylindrical-coordinate representation of color #1A174B: hue angle of 243.46º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A174B is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 23 | 75 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.71 |
| HSL | 243.46º | 0.53% | 0.19% | - |
| HSV(B) | 243.46º | 0.69% | 0.29% | - |
| XYZ | 2 | 1.34 | 6.81 | - |
| YUV | 29.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 75 | 0.65 | 0.69 | 0 | 0.71 | 243.46 | 0.53 | 0.19 |
| Hex | 1A | 17 | 4B | 41 | 45 | 0 | 47 | F3 | 35 | 13 |
| Octal | 32 | 27 | 113 | 101 | 105 | 0 | 107 | 363 | 65 | 23 |
| Binary | 11010 | 10111 | 1001011 | 1000001 | 1000101 | 0 | 1000111 | 11110011 | 110101 | 10011 |
Color Harmonies of #1A174B
Complementary color
Monochromatic Colors of #1A174B
Black with #1A174B
Text Example
Text Example
White with #1A174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A174B; }
p { color: rgb(26,23,75); }
H1.HeaderClassName
{
color: #1A174B;
}
.AnyTagClassName
{
color: #1A174B;
}
</style>
background-color css
<style>
a { background-color: #1A174B; }
a { background-color: rgb(26,23,75); }
div.DivClassName
{
background-color: #1A174B;
}
.BgClassName
{
background-color: #1A174B;
}
</style>
border-color css
<style>
span { border-color: #1A174B; }
span { border-color: rgb(26,23,75); }
td.TdClassName
{
border-color: #1A174B;
}
.TagClassName
{
border-color: #1A174B;
}
</style>