Shades of Paua #08003F
Tints of Paua #08003F
RGB
CMYK
RGB Variations
Color information
#08003F (or 0x08003F) is known color: Paua. HEX triplet: 08, 00 and 3F. RGB value is (8,0,63). Sum of RGB (Red+Green+Blue) = 8+0+63=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 63 (25% from 255 or 88.73% from 71); Max value from RGB is 63 - color contains mainly: blue. Hex color #08003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08003F is #F7FFC0. Grayscale: #090909. Windows color (decimal): -16252865 or 4128776. OLE color: 4128776.
HSL color Cylindrical-coordinate representation of color #08003F: hue angle of 247.62º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08003F is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 0 | 63 | - |
| CMYK | 0.87 | 1 | 0 | 0.75 |
| HSL | 247.62º | 1% | 0.12% | - |
| HSV(B) | 247.62º | 1% | 0.25% | - |
| XYZ | 1 | 0.41 | 4.73 | - |
| YUV | 9.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 63 | 0.87 | 1 | 0 | 0.75 | 247.62 | 1 | 0.12 |
| Hex | 8 | 0 | 3F | 57 | 64 | 0 | 4B | F8 | 64 | C |
| Octal | 10 | 0 | 77 | 127 | 144 | 0 | 113 | 370 | 144 | 14 |
| Binary | 1000 | 0 | 111111 | 1010111 | 1100100 | 0 | 1001011 | 11111000 | 1100100 | 1100 |
Color Harmonies of #08003F
Complementary color
Monochromatic Colors of #08003F
Black with #08003F
Text Example
Text Example
White with #08003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08003F; }
p { color: rgb(8,0,63); }
H1.HeaderClassName
{
color: #08003F;
}
.AnyTagClassName
{
color: #08003F;
}
</style>
background-color css
<style>
a { background-color: #08003F; }
a { background-color: rgb(8,0,63); }
div.DivClassName
{
background-color: #08003F;
}
.BgClassName
{
background-color: #08003F;
}
</style>
border-color css
<style>
span { border-color: #08003F; }
span { border-color: rgb(8,0,63); }
td.TdClassName
{
border-color: #08003F;
}
.TagClassName
{
border-color: #08003F;
}
</style>