Shades of Paua #1C164B
Tints of Paua #1C164B
RGB
CMYK
RGB Variations
Color information
#1C164B (or 0x1C164B) is known color: Paua. HEX triplet: 1C, 16 and 4B. RGB value is (28,22,75). Sum of RGB (Red+Green+Blue) = 28+22+75=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C164B is #E3E9B4. Grayscale: #1D1D1D. Windows color (decimal): -14936501 or 4920860. OLE color: 4920860.
HSL color Cylindrical-coordinate representation of color #1C164B: hue angle of 246.79º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C164B is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 22 | 75 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.71 |
| HSL | 246.79º | 0.55% | 0.19% | - |
| HSV(B) | 246.79º | 0.71% | 0.29% | - |
| XYZ | 2.04 | 1.33 | 6.81 | - |
| YUV | 29.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 75 | 0.63 | 0.71 | 0 | 0.71 | 246.79 | 0.55 | 0.19 |
| Hex | 1C | 16 | 4B | 3F | 47 | 0 | 47 | F7 | 37 | 13 |
| Octal | 34 | 26 | 113 | 77 | 107 | 0 | 107 | 367 | 67 | 23 |
| Binary | 11100 | 10110 | 1001011 | 111111 | 1000111 | 0 | 1000111 | 11110111 | 110111 | 10011 |
Color Harmonies of #1C164B
Complementary color
Monochromatic Colors of #1C164B
Black with #1C164B
Text Example
Text Example
White with #1C164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C164B; }
p { color: rgb(28,22,75); }
H1.HeaderClassName
{
color: #1C164B;
}
.AnyTagClassName
{
color: #1C164B;
}
</style>
background-color css
<style>
a { background-color: #1C164B; }
a { background-color: rgb(28,22,75); }
div.DivClassName
{
background-color: #1C164B;
}
.BgClassName
{
background-color: #1C164B;
}
</style>
border-color css
<style>
span { border-color: #1C164B; }
span { border-color: rgb(28,22,75); }
td.TdClassName
{
border-color: #1C164B;
}
.TagClassName
{
border-color: #1C164B;
}
</style>