Shades of Paua #1B1D57
Tints of Paua #1B1D57
RGB
CMYK
RGB Variations
Color information
#1B1D57 (or 0x1B1D57) is known color: Paua. HEX triplet: 1B, 1D and 57. RGB value is (27,29,87). Sum of RGB (Red+Green+Blue) = 27+29+87=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B1D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1D57 is #E4E2A8. Grayscale: #222222. Windows color (decimal): -15000233 or 5709083. OLE color: 5709083.
HSL color Cylindrical-coordinate representation of color #1B1D57: hue angle of 238º degrees, saturation: 0.53, 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 #1B1D57 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 29 | 87 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.66 |
| HSL | 238º | 0.53% | 0.22% | - |
| HSV(B) | 238º | 0.69% | 0.34% | - |
| XYZ | 2.61 | 1.8 | 9.23 | - |
| YUV | 35.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 87 | 0.69 | 0.67 | 0 | 0.66 | 238 | 0.53 | 0.22 |
| Hex | 1B | 1D | 57 | 45 | 43 | 0 | 42 | EE | 35 | 16 |
| Octal | 33 | 35 | 127 | 105 | 103 | 0 | 102 | 356 | 65 | 26 |
| Binary | 11011 | 11101 | 1010111 | 1000101 | 1000011 | 0 | 1000010 | 11101110 | 110101 | 10110 |
Color Harmonies of #1B1D57
Complementary color
Monochromatic Colors of #1B1D57
Black with #1B1D57
Text Example
Text Example
White with #1B1D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D57; }
p { color: rgb(27,29,87); }
H1.HeaderClassName
{
color: #1B1D57;
}
.AnyTagClassName
{
color: #1B1D57;
}
</style>
background-color css
<style>
a { background-color: #1B1D57; }
a { background-color: rgb(27,29,87); }
div.DivClassName
{
background-color: #1B1D57;
}
.BgClassName
{
background-color: #1B1D57;
}
</style>
border-color css
<style>
span { border-color: #1B1D57; }
span { border-color: rgb(27,29,87); }
td.TdClassName
{
border-color: #1B1D57;
}
.TagClassName
{
border-color: #1B1D57;
}
</style>