Shades of Paua #1C174B
Tints of Paua #1C174B
RGB
CMYK
RGB Variations
Color information
#1C174B (or 0x1C174B) is known color: Paua. HEX triplet: 1C, 17 and 4B. RGB value is (28,23,75). Sum of RGB (Red+Green+Blue) = 28+23+75=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C174B is #E3E8B4. Grayscale: #1E1E1E. Windows color (decimal): -14936245 or 4921116. OLE color: 4921116.
HSL color Cylindrical-coordinate representation of color #1C174B: hue angle of 245.77º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C174B is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 23 | 75 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.71 |
| HSL | 245.77º | 0.53% | 0.19% | - |
| HSV(B) | 245.77º | 0.69% | 0.29% | - |
| XYZ | 2.06 | 1.37 | 6.81 | - |
| YUV | 30.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 75 | 0.63 | 0.69 | 0 | 0.71 | 245.77 | 0.53 | 0.19 |
| Hex | 1C | 17 | 4B | 3F | 45 | 0 | 47 | F6 | 35 | 13 |
| Octal | 34 | 27 | 113 | 77 | 105 | 0 | 107 | 366 | 65 | 23 |
| Binary | 11100 | 10111 | 1001011 | 111111 | 1000101 | 0 | 1000111 | 11110110 | 110101 | 10011 |
Color Harmonies of #1C174B
Complementary color
Monochromatic Colors of #1C174B
Black with #1C174B
Text Example
Text Example
White with #1C174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C174B; }
p { color: rgb(28,23,75); }
H1.HeaderClassName
{
color: #1C174B;
}
.AnyTagClassName
{
color: #1C174B;
}
</style>
background-color css
<style>
a { background-color: #1C174B; }
a { background-color: rgb(28,23,75); }
div.DivClassName
{
background-color: #1C174B;
}
.BgClassName
{
background-color: #1C174B;
}
</style>
border-color css
<style>
span { border-color: #1C174B; }
span { border-color: rgb(28,23,75); }
td.TdClassName
{
border-color: #1C174B;
}
.TagClassName
{
border-color: #1C174B;
}
</style>