Shades of Paua #1B1A58
Tints of Paua #1B1A58
RGB
CMYK
RGB Variations
Color information
#1B1A58 (or 0x1B1A58) is known color: Paua. HEX triplet: 1B, 1A and 58. RGB value is (27,26,88). Sum of RGB (Red+Green+Blue) = 27+26+88=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B1A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1A58 is #E4E5A7. Grayscale: #212121. Windows color (decimal): -15001000 or 5773851. OLE color: 5773851.
HSL color Cylindrical-coordinate representation of color #1B1A58: hue angle of 240.97º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B1A58 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 26 | 88 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.65 |
| HSL | 240.97º | 0.54% | 0.22% | - |
| HSV(B) | 240.97º | 0.7% | 0.35% | - |
| XYZ | 2.58 | 1.68 | 9.42 | - |
| YUV | 33.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 26 | 88 | 0.69 | 0.70 | 0 | 0.65 | 240.97 | 0.54 | 0.22 |
| Hex | 1B | 1A | 58 | 45 | 46 | 0 | 41 | F1 | 36 | 16 |
| Octal | 33 | 32 | 130 | 105 | 106 | 0 | 101 | 361 | 66 | 26 |
| Binary | 11011 | 11010 | 1011000 | 1000101 | 1000110 | 0 | 1000001 | 11110001 | 110110 | 10110 |
Color Harmonies of #1B1A58
Complementary color
Monochromatic Colors of #1B1A58
Black with #1B1A58
Text Example
Text Example
White with #1B1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1A58; }
p { color: rgb(27,26,88); }
H1.HeaderClassName
{
color: #1B1A58;
}
.AnyTagClassName
{
color: #1B1A58;
}
</style>
background-color css
<style>
a { background-color: #1B1A58; }
a { background-color: rgb(27,26,88); }
div.DivClassName
{
background-color: #1B1A58;
}
.BgClassName
{
background-color: #1B1A58;
}
</style>
border-color css
<style>
span { border-color: #1B1A58; }
span { border-color: rgb(27,26,88); }
td.TdClassName
{
border-color: #1B1A58;
}
.TagClassName
{
border-color: #1B1A58;
}
</style>