Shades of Paua #1C1943
Tints of Paua #1C1943
RGB
CMYK
RGB Variations
Color information
#1C1943 (or 0x1C1943) is known color: Paua. HEX triplet: 1C, 19 and 43. RGB value is (28,25,67). Sum of RGB (Red+Green+Blue) = 28+25+67=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #1C1943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1943 is #E3E6BC. Grayscale: #1E1E1E. Windows color (decimal): -14935741 or 4397340. OLE color: 4397340.
HSL color Cylindrical-coordinate representation of color #1C1943: hue angle of 244.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C1943 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 25 | 67 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.74 |
| HSL | 244.29º | 0.46% | 0.18% | - |
| HSV(B) | 244.29º | 0.63% | 0.26% | - |
| XYZ | 1.84 | 1.35 | 5.47 | - |
| YUV | 30.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 67 | 0.58 | 0.63 | 0 | 0.74 | 244.29 | 0.46 | 0.18 |
| Hex | 1C | 19 | 43 | 3A | 3F | 0 | 4A | F4 | 2E | 12 |
| Octal | 34 | 31 | 103 | 72 | 77 | 0 | 112 | 364 | 56 | 22 |
| Binary | 11100 | 11001 | 1000011 | 111010 | 111111 | 0 | 1001010 | 11110100 | 101110 | 10010 |
Color Harmonies of #1C1943
Complementary color
Monochromatic Colors of #1C1943
Black with #1C1943
Text Example
Text Example
White with #1C1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1943; }
p { color: rgb(28,25,67); }
H1.HeaderClassName
{
color: #1C1943;
}
.AnyTagClassName
{
color: #1C1943;
}
</style>
background-color css
<style>
a { background-color: #1C1943; }
a { background-color: rgb(28,25,67); }
div.DivClassName
{
background-color: #1C1943;
}
.BgClassName
{
background-color: #1C1943;
}
</style>
border-color css
<style>
span { border-color: #1C1943; }
span { border-color: rgb(28,25,67); }
td.TdClassName
{
border-color: #1C1943;
}
.TagClassName
{
border-color: #1C1943;
}
</style>