Shades of Paua #1C184E
Tints of Paua #1C184E
RGB
CMYK
RGB Variations
Color information
#1C184E (or 0x1C184E) is known color: Paua. HEX triplet: 1C, 18 and 4E. RGB value is (28,24,78). Sum of RGB (Red+Green+Blue) = 28+24+78=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #1C184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C184E is #E3E7B1. Grayscale: #1F1F1F. Windows color (decimal): -14935986 or 5117980. OLE color: 5117980.
HSL color Cylindrical-coordinate representation of color #1C184E: hue angle of 244.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C184E is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 24 | 78 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.69 |
| HSL | 244.44º | 0.53% | 0.2% | - |
| HSV(B) | 244.44º | 0.69% | 0.31% | - |
| XYZ | 2.18 | 1.45 | 7.37 | - |
| YUV | 31.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 78 | 0.64 | 0.69 | 0 | 0.69 | 244.44 | 0.53 | 0.2 |
| Hex | 1C | 18 | 4E | 40 | 45 | 0 | 45 | F4 | 35 | 14 |
| Octal | 34 | 30 | 116 | 100 | 105 | 0 | 105 | 364 | 65 | 24 |
| Binary | 11100 | 11000 | 1001110 | 1000000 | 1000101 | 0 | 1000101 | 11110100 | 110101 | 10100 |
Color Harmonies of #1C184E
Complementary color
Monochromatic Colors of #1C184E
Black with #1C184E
Text Example
Text Example
White with #1C184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C184E; }
p { color: rgb(28,24,78); }
H1.HeaderClassName
{
color: #1C184E;
}
.AnyTagClassName
{
color: #1C184E;
}
</style>
background-color css
<style>
a { background-color: #1C184E; }
a { background-color: rgb(28,24,78); }
div.DivClassName
{
background-color: #1C184E;
}
.BgClassName
{
background-color: #1C184E;
}
</style>
border-color css
<style>
span { border-color: #1C184E; }
span { border-color: rgb(28,24,78); }
td.TdClassName
{
border-color: #1C184E;
}
.TagClassName
{
border-color: #1C184E;
}
</style>