Shades of Paua #180D4B
Tints of Paua #180D4B
RGB
CMYK
RGB Variations
Color information
#180D4B (or 0x180D4B) is known color: Paua. HEX triplet: 18, 0D and 4B. RGB value is (24,13,75). Sum of RGB (Red+Green+Blue) = 24+13+75=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #180D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D4B is #E7F2B4. Grayscale: #171717. Windows color (decimal): -15200949 or 4918552. OLE color: 4918552.
HSL color Cylindrical-coordinate representation of color #180D4B: hue angle of 250.65º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180D4B is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 13 | 75 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.71 |
| HSL | 250.65º | 0.7% | 0.17% | - |
| HSV(B) | 250.65º | 0.83% | 0.29% | - |
| XYZ | 1.79 | 0.99 | 6.75 | - |
| YUV | 23.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 75 | 0.68 | 0.83 | 0 | 0.71 | 250.65 | 0.7 | 0.17 |
| Hex | 18 | D | 4B | 44 | 53 | 0 | 47 | FB | 46 | 11 |
| Octal | 30 | 15 | 113 | 104 | 123 | 0 | 107 | 373 | 106 | 21 |
| Binary | 11000 | 1101 | 1001011 | 1000100 | 1010011 | 0 | 1000111 | 11111011 | 1000110 | 10001 |
Color Harmonies of #180D4B
Complementary color
Monochromatic Colors of #180D4B
Black with #180D4B
Text Example
Text Example
White with #180D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D4B; }
p { color: rgb(24,13,75); }
H1.HeaderClassName
{
color: #180D4B;
}
.AnyTagClassName
{
color: #180D4B;
}
</style>
background-color css
<style>
a { background-color: #180D4B; }
a { background-color: rgb(24,13,75); }
div.DivClassName
{
background-color: #180D4B;
}
.BgClassName
{
background-color: #180D4B;
}
</style>
border-color css
<style>
span { border-color: #180D4B; }
span { border-color: rgb(24,13,75); }
td.TdClassName
{
border-color: #180D4B;
}
.TagClassName
{
border-color: #180D4B;
}
</style>