Shades of Paua #1B1058
Tints of Paua #1B1058
RGB
CMYK
RGB Variations
Color information
#1B1058 (or 0x1B1058) is known color: Paua. HEX triplet: 1B, 10 and 58. RGB value is (27,16,88). Sum of RGB (Red+Green+Blue) = 27+16+88=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1058 is #E4EFA7. Grayscale: #1B1B1B. Windows color (decimal): -15003560 or 5771291. OLE color: 5771291.
HSL color Cylindrical-coordinate representation of color #1B1058: hue angle of 249.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B1058 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 16 | 88 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.65 |
| HSL | 249.17º | 0.69% | 0.2% | - |
| HSV(B) | 249.17º | 0.82% | 0.35% | - |
| XYZ | 2.4 | 1.31 | 9.36 | - |
| YUV | 27.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 88 | 0.69 | 0.82 | 0 | 0.65 | 249.17 | 0.69 | 0.2 |
| Hex | 1B | 10 | 58 | 45 | 52 | 0 | 41 | F9 | 45 | 14 |
| Octal | 33 | 20 | 130 | 105 | 122 | 0 | 101 | 371 | 105 | 24 |
| Binary | 11011 | 10000 | 1011000 | 1000101 | 1010010 | 0 | 1000001 | 11111001 | 1000101 | 10100 |
Color Harmonies of #1B1058
Complementary color
Monochromatic Colors of #1B1058
Black with #1B1058
Text Example
Text Example
White with #1B1058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1058; }
p { color: rgb(27,16,88); }
H1.HeaderClassName
{
color: #1B1058;
}
.AnyTagClassName
{
color: #1B1058;
}
</style>
background-color css
<style>
a { background-color: #1B1058; }
a { background-color: rgb(27,16,88); }
div.DivClassName
{
background-color: #1B1058;
}
.BgClassName
{
background-color: #1B1058;
}
</style>
border-color css
<style>
span { border-color: #1B1058; }
span { border-color: rgb(27,16,88); }
td.TdClassName
{
border-color: #1B1058;
}
.TagClassName
{
border-color: #1B1058;
}
</style>