Shades of Paua #1B0658
Tints of Paua #1B0658
RGB
CMYK
RGB Variations
Color information
#1B0658 (or 0x1B0658) is known color: Paua. HEX triplet: 1B, 06 and 58. RGB value is (27,6,88). Sum of RGB (Red+Green+Blue) = 27+6+88=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B0658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0658 is #E4F9A7. Grayscale: #151515. Windows color (decimal): -15006120 or 5768731. OLE color: 5768731.
HSL color Cylindrical-coordinate representation of color #1B0658: hue angle of 255.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0658 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 6 | 88 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.65 |
| HSL | 255.37º | 0.87% | 0.18% | - |
| HSV(B) | 255.37º | 0.93% | 0.35% | - |
| XYZ | 2.28 | 1.07 | 9.32 | - |
| YUV | 21.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 88 | 0.69 | 0.93 | 0 | 0.65 | 255.37 | 0.87 | 0.18 |
| Hex | 1B | 6 | 58 | 45 | 5D | 0 | 41 | FF | 57 | 12 |
| Octal | 33 | 6 | 130 | 105 | 135 | 0 | 101 | 377 | 127 | 22 |
| Binary | 11011 | 110 | 1011000 | 1000101 | 1011101 | 0 | 1000001 | 11111111 | 1010111 | 10010 |
Color Harmonies of #1B0658
Complementary color
Monochromatic Colors of #1B0658
Black with #1B0658
Text Example
Text Example
White with #1B0658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0658; }
p { color: rgb(27,6,88); }
H1.HeaderClassName
{
color: #1B0658;
}
.AnyTagClassName
{
color: #1B0658;
}
</style>
background-color css
<style>
a { background-color: #1B0658; }
a { background-color: rgb(27,6,88); }
div.DivClassName
{
background-color: #1B0658;
}
.BgClassName
{
background-color: #1B0658;
}
</style>
border-color css
<style>
span { border-color: #1B0658; }
span { border-color: rgb(27,6,88); }
td.TdClassName
{
border-color: #1B0658;
}
.TagClassName
{
border-color: #1B0658;
}
</style>