Shades of Paua #1B1745
Tints of Paua #1B1745
RGB
CMYK
RGB Variations
Color information
#1B1745 (or 0x1B1745) is known color: Paua. HEX triplet: 1B, 17 and 45. RGB value is (27,23,69). Sum of RGB (Red+Green+Blue) = 27+23+69=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #1B1745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1745 is #E4E8BA. Grayscale: #1D1D1D. Windows color (decimal): -15001787 or 4527899. OLE color: 4527899.
HSL color Cylindrical-coordinate representation of color #1B1745: hue angle of 245.22º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B1745 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 23 | 69 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.73 |
| HSL | 245.22º | 0.5% | 0.18% | - |
| HSV(B) | 245.22º | 0.67% | 0.27% | - |
| XYZ | 1.83 | 1.28 | 5.78 | - |
| YUV | 29.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 69 | 0.61 | 0.67 | 0 | 0.73 | 245.22 | 0.5 | 0.18 |
| Hex | 1B | 17 | 45 | 3D | 43 | 0 | 49 | F5 | 32 | 12 |
| Octal | 33 | 27 | 105 | 75 | 103 | 0 | 111 | 365 | 62 | 22 |
| Binary | 11011 | 10111 | 1000101 | 111101 | 1000011 | 0 | 1001001 | 11110101 | 110010 | 10010 |
Color Harmonies of #1B1745
Complementary color
Monochromatic Colors of #1B1745
Black with #1B1745
Text Example
Text Example
White with #1B1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1745; }
p { color: rgb(27,23,69); }
H1.HeaderClassName
{
color: #1B1745;
}
.AnyTagClassName
{
color: #1B1745;
}
</style>
background-color css
<style>
a { background-color: #1B1745; }
a { background-color: rgb(27,23,69); }
div.DivClassName
{
background-color: #1B1745;
}
.BgClassName
{
background-color: #1B1745;
}
</style>
border-color css
<style>
span { border-color: #1B1745; }
span { border-color: rgb(27,23,69); }
td.TdClassName
{
border-color: #1B1745;
}
.TagClassName
{
border-color: #1B1745;
}
</style>