Shades of Paua #1B144D
Tints of Paua #1B144D
RGB
CMYK
RGB Variations
Color information
#1B144D (or 0x1B144D) is known color: Paua. HEX triplet: 1B, 14 and 4D. RGB value is (27,20,77). Sum of RGB (Red+Green+Blue) = 27+20+77=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B144D is #E4EBB2. Grayscale: #1C1C1C. Windows color (decimal): -15002547 or 5051419. OLE color: 5051419.
HSL color Cylindrical-coordinate representation of color #1B144D: hue angle of 247.37º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B144D is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 20 | 77 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.70 |
| HSL | 247.37º | 0.59% | 0.19% | - |
| HSV(B) | 247.37º | 0.74% | 0.3% | - |
| XYZ | 2.04 | 1.27 | 7.16 | - |
| YUV | 28.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 77 | 0.65 | 0.74 | 0 | 0.70 | 247.37 | 0.59 | 0.19 |
| Hex | 1B | 14 | 4D | 41 | 4A | 0 | 46 | F7 | 3B | 13 |
| Octal | 33 | 24 | 115 | 101 | 112 | 0 | 106 | 367 | 73 | 23 |
| Binary | 11011 | 10100 | 1001101 | 1000001 | 1001010 | 0 | 1000110 | 11110111 | 111011 | 10011 |
Color Harmonies of #1B144D
Complementary color
Monochromatic Colors of #1B144D
Black with #1B144D
Text Example
Text Example
White with #1B144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B144D; }
p { color: rgb(27,20,77); }
H1.HeaderClassName
{
color: #1B144D;
}
.AnyTagClassName
{
color: #1B144D;
}
</style>
background-color css
<style>
a { background-color: #1B144D; }
a { background-color: rgb(27,20,77); }
div.DivClassName
{
background-color: #1B144D;
}
.BgClassName
{
background-color: #1B144D;
}
</style>
border-color css
<style>
span { border-color: #1B144D; }
span { border-color: rgb(27,20,77); }
td.TdClassName
{
border-color: #1B144D;
}
.TagClassName
{
border-color: #1B144D;
}
</style>