Shades of Paua #1B0F50
Tints of Paua #1B0F50
RGB
CMYK
RGB Variations
Color information
#1B0F50 (or 0x1B0F50) is known color: Paua. HEX triplet: 1B, 0F and 50. RGB value is (27,15,80). Sum of RGB (Red+Green+Blue) = 27+15+80=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B0F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0F50 is #E4F0AF. Grayscale: #191919. Windows color (decimal): -15003824 or 5246747. OLE color: 5246747.
HSL color Cylindrical-coordinate representation of color #1B0F50: hue angle of 251.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0F50 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 15 | 80 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.69 |
| HSL | 251.08º | 0.68% | 0.19% | - |
| HSV(B) | 251.08º | 0.81% | 0.31% | - |
| XYZ | 2.07 | 1.15 | 7.7 | - |
| YUV | 26 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 80 | 0.66 | 0.81 | 0 | 0.69 | 251.08 | 0.68 | 0.19 |
| Hex | 1B | F | 50 | 42 | 51 | 0 | 45 | FB | 44 | 13 |
| Octal | 33 | 17 | 120 | 102 | 121 | 0 | 105 | 373 | 104 | 23 |
| Binary | 11011 | 1111 | 1010000 | 1000010 | 1010001 | 0 | 1000101 | 11111011 | 1000100 | 10011 |
Color Harmonies of #1B0F50
Complementary color
Monochromatic Colors of #1B0F50
Black with #1B0F50
Text Example
Text Example
White with #1B0F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F50; }
p { color: rgb(27,15,80); }
H1.HeaderClassName
{
color: #1B0F50;
}
.AnyTagClassName
{
color: #1B0F50;
}
</style>
background-color css
<style>
a { background-color: #1B0F50; }
a { background-color: rgb(27,15,80); }
div.DivClassName
{
background-color: #1B0F50;
}
.BgClassName
{
background-color: #1B0F50;
}
</style>
border-color css
<style>
span { border-color: #1B0F50; }
span { border-color: rgb(27,15,80); }
td.TdClassName
{
border-color: #1B0F50;
}
.TagClassName
{
border-color: #1B0F50;
}
</style>