Shades of Paua #1B1744
Tints of Paua #1B1744
RGB
CMYK
RGB Variations
Color information
#1B1744 (or 0x1B1744) is known color: Paua. HEX triplet: 1B, 17 and 44. RGB value is (27,23,68). Sum of RGB (Red+Green+Blue) = 27+23+68=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #1B1744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1744 is #E4E8BB. Grayscale: #1D1D1D. Windows color (decimal): -15001788 or 4462363. OLE color: 4462363.
HSL color Cylindrical-coordinate representation of color #1B1744: hue angle of 245.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B1744 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 23 | 68 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.73 |
| HSL | 245.33º | 0.49% | 0.18% | - |
| HSV(B) | 245.33º | 0.66% | 0.27% | - |
| XYZ | 1.8 | 1.26 | 5.62 | - |
| YUV | 29.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 68 | 0.60 | 0.66 | 0 | 0.73 | 245.33 | 0.49 | 0.18 |
| Hex | 1B | 17 | 44 | 3C | 42 | 0 | 49 | F5 | 31 | 12 |
| Octal | 33 | 27 | 104 | 74 | 102 | 0 | 111 | 365 | 61 | 22 |
| Binary | 11011 | 10111 | 1000100 | 111100 | 1000010 | 0 | 1001001 | 11110101 | 110001 | 10010 |
Color Harmonies of #1B1744
Complementary color
Monochromatic Colors of #1B1744
Black with #1B1744
Text Example
Text Example
White with #1B1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1744; }
p { color: rgb(27,23,68); }
H1.HeaderClassName
{
color: #1B1744;
}
.AnyTagClassName
{
color: #1B1744;
}
</style>
background-color css
<style>
a { background-color: #1B1744; }
a { background-color: rgb(27,23,68); }
div.DivClassName
{
background-color: #1B1744;
}
.BgClassName
{
background-color: #1B1744;
}
</style>
border-color css
<style>
span { border-color: #1B1744; }
span { border-color: rgb(27,23,68); }
td.TdClassName
{
border-color: #1B1744;
}
.TagClassName
{
border-color: #1B1744;
}
</style>