Shades of Paua #1B1350
Tints of Paua #1B1350
RGB
CMYK
RGB Variations
Color information
#1B1350 (or 0x1B1350) is known color: Paua. HEX triplet: 1B, 13 and 50. RGB value is (27,19,80). Sum of RGB (Red+Green+Blue) = 27+19+80=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B1350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1350 is #E4ECAF. Grayscale: #1C1C1C. Windows color (decimal): -15002800 or 5247771. OLE color: 5247771.
HSL color Cylindrical-coordinate representation of color #1B1350: hue angle of 247.87º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B1350 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 19 | 80 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.69 |
| HSL | 247.87º | 0.62% | 0.19% | - |
| HSV(B) | 247.87º | 0.76% | 0.31% | - |
| XYZ | 2.13 | 1.28 | 7.72 | - |
| YUV | 28.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 80 | 0.66 | 0.76 | 0 | 0.69 | 247.87 | 0.62 | 0.19 |
| Hex | 1B | 13 | 50 | 42 | 4C | 0 | 45 | F8 | 3E | 13 |
| Octal | 33 | 23 | 120 | 102 | 114 | 0 | 105 | 370 | 76 | 23 |
| Binary | 11011 | 10011 | 1010000 | 1000010 | 1001100 | 0 | 1000101 | 11111000 | 111110 | 10011 |
Color Harmonies of #1B1350
Complementary color
Monochromatic Colors of #1B1350
Black with #1B1350
Text Example
Text Example
White with #1B1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1350; }
p { color: rgb(27,19,80); }
H1.HeaderClassName
{
color: #1B1350;
}
.AnyTagClassName
{
color: #1B1350;
}
</style>
background-color css
<style>
a { background-color: #1B1350; }
a { background-color: rgb(27,19,80); }
div.DivClassName
{
background-color: #1B1350;
}
.BgClassName
{
background-color: #1B1350;
}
</style>
border-color css
<style>
span { border-color: #1B1350; }
span { border-color: rgb(27,19,80); }
td.TdClassName
{
border-color: #1B1350;
}
.TagClassName
{
border-color: #1B1350;
}
</style>