Shades of Paua #231A5F
Tints of Paua #231A5F
RGB
CMYK
RGB Variations
Color information
#231A5F (or 0x231A5F) is known color: Paua. HEX triplet: 23, 1A and 5F. RGB value is (35,26,95). Sum of RGB (Red+Green+Blue) = 35+26+95=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #231A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A5F is #DCE5A0. Grayscale: #242424. Windows color (decimal): -14476705 or 6232611. OLE color: 6232611.
HSL color Cylindrical-coordinate representation of color #231A5F: hue angle of 247.83º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231A5F is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 26 | 95 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.63 |
| HSL | 247.83º | 0.57% | 0.24% | - |
| HSV(B) | 247.83º | 0.73% | 0.37% | - |
| XYZ | 3.13 | 1.92 | 11.03 | - |
| YUV | 36.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 95 | 0.63 | 0.73 | 0 | 0.63 | 247.83 | 0.57 | 0.24 |
| Hex | 23 | 1A | 5F | 3F | 49 | 0 | 3F | F8 | 39 | 18 |
| Octal | 43 | 32 | 137 | 77 | 111 | 0 | 77 | 370 | 71 | 30 |
| Binary | 100011 | 11010 | 1011111 | 111111 | 1001001 | 0 | 111111 | 11111000 | 111001 | 11000 |
Color Harmonies of #231A5F
Complementary color
Monochromatic Colors of #231A5F
Black with #231A5F
Text Example
Text Example
White with #231A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A5F; }
p { color: rgb(35,26,95); }
H1.HeaderClassName
{
color: #231A5F;
}
.AnyTagClassName
{
color: #231A5F;
}
</style>
background-color css
<style>
a { background-color: #231A5F; }
a { background-color: rgb(35,26,95); }
div.DivClassName
{
background-color: #231A5F;
}
.BgClassName
{
background-color: #231A5F;
}
</style>
border-color css
<style>
span { border-color: #231A5F; }
span { border-color: rgb(35,26,95); }
td.TdClassName
{
border-color: #231A5F;
}
.TagClassName
{
border-color: #231A5F;
}
</style>