Shades of Paua #1B154D
Tints of Paua #1B154D
RGB
CMYK
RGB Variations
Color information
#1B154D (or 0x1B154D) is known color: Paua. HEX triplet: 1B, 15 and 4D. RGB value is (27,21,77). Sum of RGB (Red+Green+Blue) = 27+21+77=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B154D is #E4EAB2. Grayscale: #1C1C1C. Windows color (decimal): -15002291 or 5051675. OLE color: 5051675.
HSL color Cylindrical-coordinate representation of color #1B154D: hue angle of 246.43º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B154D is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 21 | 77 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.70 |
| HSL | 246.43º | 0.57% | 0.19% | - |
| HSV(B) | 246.43º | 0.73% | 0.3% | - |
| XYZ | 2.06 | 1.31 | 7.16 | - |
| YUV | 29.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 77 | 0.65 | 0.73 | 0 | 0.70 | 246.43 | 0.57 | 0.19 |
| Hex | 1B | 15 | 4D | 41 | 49 | 0 | 46 | F6 | 39 | 13 |
| Octal | 33 | 25 | 115 | 101 | 111 | 0 | 106 | 366 | 71 | 23 |
| Binary | 11011 | 10101 | 1001101 | 1000001 | 1001001 | 0 | 1000110 | 11110110 | 111001 | 10011 |
Color Harmonies of #1B154D
Complementary color
Monochromatic Colors of #1B154D
Black with #1B154D
Text Example
Text Example
White with #1B154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B154D; }
p { color: rgb(27,21,77); }
H1.HeaderClassName
{
color: #1B154D;
}
.AnyTagClassName
{
color: #1B154D;
}
</style>
background-color css
<style>
a { background-color: #1B154D; }
a { background-color: rgb(27,21,77); }
div.DivClassName
{
background-color: #1B154D;
}
.BgClassName
{
background-color: #1B154D;
}
</style>
border-color css
<style>
span { border-color: #1B154D; }
span { border-color: rgb(27,21,77); }
td.TdClassName
{
border-color: #1B154D;
}
.TagClassName
{
border-color: #1B154D;
}
</style>