Shades of Paua #1B1C53
Tints of Paua #1B1C53
RGB
CMYK
RGB Variations
Color information
#1B1C53 (or 0x1B1C53) is known color: Paua. HEX triplet: 1B, 1C and 53. RGB value is (27,28,83). Sum of RGB (Red+Green+Blue) = 27+28+83=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #1B1C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1C53 is #E4E3AC. Grayscale: #212121. Windows color (decimal): -15000493 or 5446683. OLE color: 5446683.
HSL color Cylindrical-coordinate representation of color #1B1C53: hue angle of 238.93º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B1C53 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 28 | 83 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.67 |
| HSL | 238.93º | 0.51% | 0.22% | - |
| HSV(B) | 238.93º | 0.67% | 0.33% | - |
| XYZ | 2.43 | 1.69 | 8.38 | - |
| YUV | 33.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 28 | 83 | 0.67 | 0.66 | 0 | 0.67 | 238.93 | 0.51 | 0.22 |
| Hex | 1B | 1C | 53 | 43 | 42 | 0 | 43 | EF | 33 | 16 |
| Octal | 33 | 34 | 123 | 103 | 102 | 0 | 103 | 357 | 63 | 26 |
| Binary | 11011 | 11100 | 1010011 | 1000011 | 1000010 | 0 | 1000011 | 11101111 | 110011 | 10110 |
Color Harmonies of #1B1C53
Complementary color
Monochromatic Colors of #1B1C53
Black with #1B1C53
Text Example
Text Example
White with #1B1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1C53; }
p { color: rgb(27,28,83); }
H1.HeaderClassName
{
color: #1B1C53;
}
.AnyTagClassName
{
color: #1B1C53;
}
</style>
background-color css
<style>
a { background-color: #1B1C53; }
a { background-color: rgb(27,28,83); }
div.DivClassName
{
background-color: #1B1C53;
}
.BgClassName
{
background-color: #1B1C53;
}
</style>
border-color css
<style>
span { border-color: #1B1C53; }
span { border-color: rgb(27,28,83); }
td.TdClassName
{
border-color: #1B1C53;
}
.TagClassName
{
border-color: #1B1C53;
}
</style>