Shades of Paua #17144E
Tints of Paua #17144E
RGB
CMYK
RGB Variations
Color information
#17144E (or 0x17144E) is known color: Paua. HEX triplet: 17, 14 and 4E. RGB value is (23,20,78). Sum of RGB (Red+Green+Blue) = 23+20+78=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #17144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17144E is #E8EBB1. Grayscale: #1B1B1B. Windows color (decimal): -15264690 or 5116951. OLE color: 5116951.
HSL color Cylindrical-coordinate representation of color #17144E: hue angle of 243.1º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17144E is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 20 | 78 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.69 |
| HSL | 243.1º | 0.59% | 0.19% | - |
| HSV(B) | 243.1º | 0.74% | 0.31% | - |
| XYZ | 1.98 | 1.23 | 7.34 | - |
| YUV | 27.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 78 | 0.71 | 0.74 | 0 | 0.69 | 243.1 | 0.59 | 0.19 |
| Hex | 17 | 14 | 4E | 47 | 4A | 0 | 45 | F3 | 3B | 13 |
| Octal | 27 | 24 | 116 | 107 | 112 | 0 | 105 | 363 | 73 | 23 |
| Binary | 10111 | 10100 | 1001110 | 1000111 | 1001010 | 0 | 1000101 | 11110011 | 111011 | 10011 |
Color Harmonies of #17144E
Complementary color
Monochromatic Colors of #17144E
Black with #17144E
Text Example
Text Example
White with #17144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17144E; }
p { color: rgb(23,20,78); }
H1.HeaderClassName
{
color: #17144E;
}
.AnyTagClassName
{
color: #17144E;
}
</style>
background-color css
<style>
a { background-color: #17144E; }
a { background-color: rgb(23,20,78); }
div.DivClassName
{
background-color: #17144E;
}
.BgClassName
{
background-color: #17144E;
}
</style>
border-color css
<style>
span { border-color: #17144E; }
span { border-color: rgb(23,20,78); }
td.TdClassName
{
border-color: #17144E;
}
.TagClassName
{
border-color: #17144E;
}
</style>