Shades of Paua #1B1A47
Tints of Paua #1B1A47
RGB
CMYK
RGB Variations
Color information
#1B1A47 (or 0x1B1A47) is known color: Paua. HEX triplet: 1B, 1A and 47. RGB value is (27,26,71). Sum of RGB (Red+Green+Blue) = 27+26+71=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B1A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1A47 is #E4E5B8. Grayscale: #1F1F1F. Windows color (decimal): -15001017 or 4659739. OLE color: 4659739.
HSL color Cylindrical-coordinate representation of color #1B1A47: hue angle of 241.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B1A47 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 26 | 71 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.72 |
| HSL | 241.33º | 0.46% | 0.19% | - |
| HSV(B) | 241.33º | 0.63% | 0.28% | - |
| XYZ | 1.96 | 1.43 | 6.13 | - |
| YUV | 31.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 26 | 71 | 0.62 | 0.63 | 0 | 0.72 | 241.33 | 0.46 | 0.19 |
| Hex | 1B | 1A | 47 | 3E | 3F | 0 | 48 | F1 | 2E | 13 |
| Octal | 33 | 32 | 107 | 76 | 77 | 0 | 110 | 361 | 56 | 23 |
| Binary | 11011 | 11010 | 1000111 | 111110 | 111111 | 0 | 1001000 | 11110001 | 101110 | 10011 |
Color Harmonies of #1B1A47
Complementary color
Monochromatic Colors of #1B1A47
Black with #1B1A47
Text Example
Text Example
White with #1B1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1A47; }
p { color: rgb(27,26,71); }
H1.HeaderClassName
{
color: #1B1A47;
}
.AnyTagClassName
{
color: #1B1A47;
}
</style>
background-color css
<style>
a { background-color: #1B1A47; }
a { background-color: rgb(27,26,71); }
div.DivClassName
{
background-color: #1B1A47;
}
.BgClassName
{
background-color: #1B1A47;
}
</style>
border-color css
<style>
span { border-color: #1B1A47; }
span { border-color: rgb(27,26,71); }
td.TdClassName
{
border-color: #1B1A47;
}
.TagClassName
{
border-color: #1B1A47;
}
</style>