Shades of Paua #1C184D
Tints of Paua #1C184D
RGB
CMYK
RGB Variations
Color information
#1C184D (or 0x1C184D) is known color: Paua. HEX triplet: 1C, 18 and 4D. RGB value is (28,24,77). Sum of RGB (Red+Green+Blue) = 28+24+77=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C184D is #E3E7B2. Grayscale: #1F1F1F. Windows color (decimal): -14935987 or 5052444. OLE color: 5052444.
HSL color Cylindrical-coordinate representation of color #1C184D: hue angle of 244.53º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C184D is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 24 | 77 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.70 |
| HSL | 244.53º | 0.52% | 0.2% | - |
| HSV(B) | 244.53º | 0.69% | 0.3% | - |
| XYZ | 2.15 | 1.44 | 7.19 | - |
| YUV | 31.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 77 | 0.64 | 0.69 | 0 | 0.70 | 244.53 | 0.52 | 0.2 |
| Hex | 1C | 18 | 4D | 40 | 45 | 0 | 46 | F5 | 34 | 14 |
| Octal | 34 | 30 | 115 | 100 | 105 | 0 | 106 | 365 | 64 | 24 |
| Binary | 11100 | 11000 | 1001101 | 1000000 | 1000101 | 0 | 1000110 | 11110101 | 110100 | 10100 |
Color Harmonies of #1C184D
Complementary color
Monochromatic Colors of #1C184D
Black with #1C184D
Text Example
Text Example
White with #1C184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C184D; }
p { color: rgb(28,24,77); }
H1.HeaderClassName
{
color: #1C184D;
}
.AnyTagClassName
{
color: #1C184D;
}
</style>
background-color css
<style>
a { background-color: #1C184D; }
a { background-color: rgb(28,24,77); }
div.DivClassName
{
background-color: #1C184D;
}
.BgClassName
{
background-color: #1C184D;
}
</style>
border-color css
<style>
span { border-color: #1C184D; }
span { border-color: rgb(28,24,77); }
td.TdClassName
{
border-color: #1C184D;
}
.TagClassName
{
border-color: #1C184D;
}
</style>