Shades of Paua #10134E
Tints of Paua #10134E
RGB
CMYK
RGB Variations
Color information
#10134E (or 0x10134E) is known color: Paua. HEX triplet: 10, 13 and 4E. RGB value is (16,19,78). Sum of RGB (Red+Green+Blue) = 16+19+78=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #10134E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10134E is #EFECB1. Grayscale: #181818. Windows color (decimal): -15723698 or 5116688. OLE color: 5116688.
HSL color Cylindrical-coordinate representation of color #10134E: hue angle of 237.1º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10134E is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 19 | 78 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.69 |
| HSL | 237.1º | 0.66% | 0.18% | - |
| HSV(B) | 237.1º | 0.79% | 0.31% | - |
| XYZ | 1.82 | 1.13 | 7.33 | - |
| YUV | 24.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 78 | 0.79 | 0.76 | 0 | 0.69 | 237.1 | 0.66 | 0.18 |
| Hex | 10 | 13 | 4E | 4F | 4C | 0 | 45 | ED | 42 | 12 |
| Octal | 20 | 23 | 116 | 117 | 114 | 0 | 105 | 355 | 102 | 22 |
| Binary | 10000 | 10011 | 1001110 | 1001111 | 1001100 | 0 | 1000101 | 11101101 | 1000010 | 10010 |
Color Harmonies of #10134E
Complementary color
Monochromatic Colors of #10134E
Black with #10134E
Text Example
Text Example
White with #10134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10134E; }
p { color: rgb(16,19,78); }
H1.HeaderClassName
{
color: #10134E;
}
.AnyTagClassName
{
color: #10134E;
}
</style>
background-color css
<style>
a { background-color: #10134E; }
a { background-color: rgb(16,19,78); }
div.DivClassName
{
background-color: #10134E;
}
.BgClassName
{
background-color: #10134E;
}
</style>
border-color css
<style>
span { border-color: #10134E; }
span { border-color: rgb(16,19,78); }
td.TdClassName
{
border-color: #10134E;
}
.TagClassName
{
border-color: #10134E;
}
</style>