Shades of Paua #171453
Tints of Paua #171453
RGB
CMYK
RGB Variations
Color information
#171453 (or 0x171453) is known color: Paua. HEX triplet: 17, 14 and 53. RGB value is (23,20,83). Sum of RGB (Red+Green+Blue) = 23+20+83=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #171453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171453 is #E8EBAC. Grayscale: #1B1B1B. Windows color (decimal): -15264685 or 5444631. OLE color: 5444631.
HSL color Cylindrical-coordinate representation of color #171453: hue angle of 242.86º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171453 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 20 | 83 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.67 |
| HSL | 242.86º | 0.61% | 0.2% | - |
| HSV(B) | 242.86º | 0.76% | 0.33% | - |
| XYZ | 2.16 | 1.31 | 8.32 | - |
| YUV | 28.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 83 | 0.72 | 0.76 | 0 | 0.67 | 242.86 | 0.61 | 0.2 |
| Hex | 17 | 14 | 53 | 48 | 4C | 0 | 43 | F3 | 3D | 14 |
| Octal | 27 | 24 | 123 | 110 | 114 | 0 | 103 | 363 | 75 | 24 |
| Binary | 10111 | 10100 | 1010011 | 1001000 | 1001100 | 0 | 1000011 | 11110011 | 111101 | 10100 |
Color Harmonies of #171453
Complementary color
Monochromatic Colors of #171453
Black with #171453
Text Example
Text Example
White with #171453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171453; }
p { color: rgb(23,20,83); }
H1.HeaderClassName
{
color: #171453;
}
.AnyTagClassName
{
color: #171453;
}
</style>
background-color css
<style>
a { background-color: #171453; }
a { background-color: rgb(23,20,83); }
div.DivClassName
{
background-color: #171453;
}
.BgClassName
{
background-color: #171453;
}
</style>
border-color css
<style>
span { border-color: #171453; }
span { border-color: rgb(23,20,83); }
td.TdClassName
{
border-color: #171453;
}
.TagClassName
{
border-color: #171453;
}
</style>