Shades of Paua #181B55
Tints of Paua #181B55
RGB
CMYK
RGB Variations
Color information
#181B55 (or 0x181B55) is known color: Paua. HEX triplet: 18, 1B and 55. RGB value is (24,27,85). Sum of RGB (Red+Green+Blue) = 24+27+85=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #181B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181B55 is #E7E4AA. Grayscale: #202020. Windows color (decimal): -15197355 or 5577496. OLE color: 5577496.
HSL color Cylindrical-coordinate representation of color #181B55: hue angle of 237.05º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181B55 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 27 | 85 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.67 |
| HSL | 237.05º | 0.56% | 0.21% | - |
| HSV(B) | 237.05º | 0.72% | 0.33% | - |
| XYZ | 2.41 | 1.63 | 8.78 | - |
| YUV | 32.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 85 | 0.72 | 0.68 | 0 | 0.67 | 237.05 | 0.56 | 0.21 |
| Hex | 18 | 1B | 55 | 48 | 44 | 0 | 43 | ED | 38 | 15 |
| Octal | 30 | 33 | 125 | 110 | 104 | 0 | 103 | 355 | 70 | 25 |
| Binary | 11000 | 11011 | 1010101 | 1001000 | 1000100 | 0 | 1000011 | 11101101 | 111000 | 10101 |
Color Harmonies of #181B55
Complementary color
Monochromatic Colors of #181B55
Black with #181B55
Text Example
Text Example
White with #181B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B55; }
p { color: rgb(24,27,85); }
H1.HeaderClassName
{
color: #181B55;
}
.AnyTagClassName
{
color: #181B55;
}
</style>
background-color css
<style>
a { background-color: #181B55; }
a { background-color: rgb(24,27,85); }
div.DivClassName
{
background-color: #181B55;
}
.BgClassName
{
background-color: #181B55;
}
</style>
border-color css
<style>
span { border-color: #181B55; }
span { border-color: rgb(24,27,85); }
td.TdClassName
{
border-color: #181B55;
}
.TagClassName
{
border-color: #181B55;
}
</style>