Shades of Paua #180653
Tints of Paua #180653
RGB
CMYK
RGB Variations
Color information
#180653 (or 0x180653) is known color: Paua. HEX triplet: 18, 06 and 53. RGB value is (24,6,83). Sum of RGB (Red+Green+Blue) = 24+6+83=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #180653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180653 is #E7F9AC. Grayscale: #131313. Windows color (decimal): -15202733 or 5441048. OLE color: 5441048.
HSL color Cylindrical-coordinate representation of color #180653: hue angle of 254.03º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180653 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 6 | 83 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.67 |
| HSL | 254.03º | 0.87% | 0.17% | - |
| HSV(B) | 254.03º | 0.93% | 0.33% | - |
| XYZ | 2 | 0.95 | 8.26 | - |
| YUV | 20.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 83 | 0.71 | 0.93 | 0 | 0.67 | 254.03 | 0.87 | 0.17 |
| Hex | 18 | 6 | 53 | 47 | 5D | 0 | 43 | FE | 57 | 11 |
| Octal | 30 | 6 | 123 | 107 | 135 | 0 | 103 | 376 | 127 | 21 |
| Binary | 11000 | 110 | 1010011 | 1000111 | 1011101 | 0 | 1000011 | 11111110 | 1010111 | 10001 |
Color Harmonies of #180653
Complementary color
Monochromatic Colors of #180653
Black with #180653
Text Example
Text Example
White with #180653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180653; }
p { color: rgb(24,6,83); }
H1.HeaderClassName
{
color: #180653;
}
.AnyTagClassName
{
color: #180653;
}
</style>
background-color css
<style>
a { background-color: #180653; }
a { background-color: rgb(24,6,83); }
div.DivClassName
{
background-color: #180653;
}
.BgClassName
{
background-color: #180653;
}
</style>
border-color css
<style>
span { border-color: #180653; }
span { border-color: rgb(24,6,83); }
td.TdClassName
{
border-color: #180653;
}
.TagClassName
{
border-color: #180653;
}
</style>