Shades of Paua #1B1D56
Tints of Paua #1B1D56
RGB
CMYK
RGB Variations
Color information
#1B1D56 (or 0x1B1D56) is known color: Paua. HEX triplet: 1B, 1D and 56. RGB value is (27,29,86). Sum of RGB (Red+Green+Blue) = 27+29+86=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B1D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1D56 is #E4E2A9. Grayscale: #222222. Windows color (decimal): -15000234 or 5643547. OLE color: 5643547.
HSL color Cylindrical-coordinate representation of color #1B1D56: hue angle of 237.97º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B1D56 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 29 | 86 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.66 |
| HSL | 237.97º | 0.52% | 0.22% | - |
| HSV(B) | 237.97º | 0.69% | 0.34% | - |
| XYZ | 2.57 | 1.78 | 9.01 | - |
| YUV | 34.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 86 | 0.69 | 0.66 | 0 | 0.66 | 237.97 | 0.52 | 0.22 |
| Hex | 1B | 1D | 56 | 45 | 42 | 0 | 42 | EE | 34 | 16 |
| Octal | 33 | 35 | 126 | 105 | 102 | 0 | 102 | 356 | 64 | 26 |
| Binary | 11011 | 11101 | 1010110 | 1000101 | 1000010 | 0 | 1000010 | 11101110 | 110100 | 10110 |
Color Harmonies of #1B1D56
Complementary color
Monochromatic Colors of #1B1D56
Black with #1B1D56
Text Example
Text Example
White with #1B1D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D56; }
p { color: rgb(27,29,86); }
H1.HeaderClassName
{
color: #1B1D56;
}
.AnyTagClassName
{
color: #1B1D56;
}
</style>
background-color css
<style>
a { background-color: #1B1D56; }
a { background-color: rgb(27,29,86); }
div.DivClassName
{
background-color: #1B1D56;
}
.BgClassName
{
background-color: #1B1D56;
}
</style>
border-color css
<style>
span { border-color: #1B1D56; }
span { border-color: rgb(27,29,86); }
td.TdClassName
{
border-color: #1B1D56;
}
.TagClassName
{
border-color: #1B1D56;
}
</style>