Shades of Paua #1B104C
Tints of Paua #1B104C
RGB
CMYK
RGB Variations
Color information
#1B104C (or 0x1B104C) is known color: Paua. HEX triplet: 1B, 10 and 4C. RGB value is (27,16,76). Sum of RGB (Red+Green+Blue) = 27+16+76=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B104C is #E4EFB3. Grayscale: #191919. Windows color (decimal): -15003572 or 4984859. OLE color: 4984859.
HSL color Cylindrical-coordinate representation of color #1B104C: hue angle of 251º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B104C is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 16 | 76 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.70 |
| HSL | 251º | 0.65% | 0.18% | - |
| HSV(B) | 251º | 0.79% | 0.3% | - |
| XYZ | 1.94 | 1.13 | 6.95 | - |
| YUV | 26.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 76 | 0.64 | 0.79 | 0 | 0.70 | 251 | 0.65 | 0.18 |
| Hex | 1B | 10 | 4C | 40 | 4F | 0 | 46 | FB | 41 | 12 |
| Octal | 33 | 20 | 114 | 100 | 117 | 0 | 106 | 373 | 101 | 22 |
| Binary | 11011 | 10000 | 1001100 | 1000000 | 1001111 | 0 | 1000110 | 11111011 | 1000001 | 10010 |
Color Harmonies of #1B104C
Complementary color
Monochromatic Colors of #1B104C
Black with #1B104C
Text Example
Text Example
White with #1B104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B104C; }
p { color: rgb(27,16,76); }
H1.HeaderClassName
{
color: #1B104C;
}
.AnyTagClassName
{
color: #1B104C;
}
</style>
background-color css
<style>
a { background-color: #1B104C; }
a { background-color: rgb(27,16,76); }
div.DivClassName
{
background-color: #1B104C;
}
.BgClassName
{
background-color: #1B104C;
}
</style>
border-color css
<style>
span { border-color: #1B104C; }
span { border-color: rgb(27,16,76); }
td.TdClassName
{
border-color: #1B104C;
}
.TagClassName
{
border-color: #1B104C;
}
</style>