Shades of Paua #1B1A48
Tints of Paua #1B1A48
RGB
CMYK
RGB Variations
Color information
#1B1A48 (or 0x1B1A48) is known color: Paua. HEX triplet: 1B, 1A and 48. RGB value is (27,26,72). Sum of RGB (Red+Green+Blue) = 27+26+72=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1A48 is #E4E5B7. Grayscale: #1F1F1F. Windows color (decimal): -15001016 or 4725275. OLE color: 4725275.
HSL color Cylindrical-coordinate representation of color #1B1A48: hue angle of 241.3º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B1A48 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 26 | 72 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.72 |
| HSL | 241.3º | 0.47% | 0.19% | - |
| HSV(B) | 241.3º | 0.64% | 0.28% | - |
| XYZ | 1.99 | 1.44 | 6.3 | - |
| YUV | 31.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 26 | 72 | 0.62 | 0.64 | 0 | 0.72 | 241.3 | 0.47 | 0.19 |
| Hex | 1B | 1A | 48 | 3E | 40 | 0 | 48 | F1 | 2F | 13 |
| Octal | 33 | 32 | 110 | 76 | 100 | 0 | 110 | 361 | 57 | 23 |
| Binary | 11011 | 11010 | 1001000 | 111110 | 1000000 | 0 | 1001000 | 11110001 | 101111 | 10011 |
Color Harmonies of #1B1A48
Complementary color
Monochromatic Colors of #1B1A48
Black with #1B1A48
Text Example
Text Example
White with #1B1A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1A48; }
p { color: rgb(27,26,72); }
H1.HeaderClassName
{
color: #1B1A48;
}
.AnyTagClassName
{
color: #1B1A48;
}
</style>
background-color css
<style>
a { background-color: #1B1A48; }
a { background-color: rgb(27,26,72); }
div.DivClassName
{
background-color: #1B1A48;
}
.BgClassName
{
background-color: #1B1A48;
}
</style>
border-color css
<style>
span { border-color: #1B1A48; }
span { border-color: rgb(27,26,72); }
td.TdClassName
{
border-color: #1B1A48;
}
.TagClassName
{
border-color: #1B1A48;
}
</style>