Shades of Paua #1B134A
Tints of Paua #1B134A
RGB
CMYK
RGB Variations
Color information
#1B134A (or 0x1B134A) is known color: Paua. HEX triplet: 1B, 13 and 4A. RGB value is (27,19,74). Sum of RGB (Red+Green+Blue) = 27+19+74=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #1B134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B134A is #E4ECB5. Grayscale: #1B1B1B. Windows color (decimal): -15002806 or 4854555. OLE color: 4854555.
HSL color Cylindrical-coordinate representation of color #1B134A: hue angle of 248.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B134A is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 19 | 74 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.71 |
| HSL | 248.73º | 0.59% | 0.18% | - |
| HSV(B) | 248.73º | 0.74% | 0.29% | - |
| XYZ | 1.92 | 1.19 | 6.61 | - |
| YUV | 27.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 74 | 0.64 | 0.74 | 0 | 0.71 | 248.73 | 0.59 | 0.18 |
| Hex | 1B | 13 | 4A | 40 | 4A | 0 | 47 | F9 | 3B | 12 |
| Octal | 33 | 23 | 112 | 100 | 112 | 0 | 107 | 371 | 73 | 22 |
| Binary | 11011 | 10011 | 1001010 | 1000000 | 1001010 | 0 | 1000111 | 11111001 | 111011 | 10010 |
Color Harmonies of #1B134A
Complementary color
Monochromatic Colors of #1B134A
Black with #1B134A
Text Example
Text Example
White with #1B134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B134A; }
p { color: rgb(27,19,74); }
H1.HeaderClassName
{
color: #1B134A;
}
.AnyTagClassName
{
color: #1B134A;
}
</style>
background-color css
<style>
a { background-color: #1B134A; }
a { background-color: rgb(27,19,74); }
div.DivClassName
{
background-color: #1B134A;
}
.BgClassName
{
background-color: #1B134A;
}
</style>
border-color css
<style>
span { border-color: #1B134A; }
span { border-color: rgb(27,19,74); }
td.TdClassName
{
border-color: #1B134A;
}
.TagClassName
{
border-color: #1B134A;
}
</style>