Shades of Paua #10104E
Tints of Paua #10104E
RGB
CMYK
RGB Variations
Color information
#10104E (or 0x10104E) is known color: Paua. HEX triplet: 10, 10 and 4E. RGB value is (16,16,78). Sum of RGB (Red+Green+Blue) = 16+16+78=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 78 (30.86% from 255 or 70.91% from 110); Max value from RGB is 78 - color contains mainly: blue. Hex color #10104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10104E is #EFEFB1. Grayscale: #161616. Windows color (decimal): -15724466 or 5115920. OLE color: 5115920.
HSL color Cylindrical-coordinate representation of color #10104E: hue angle of 240º 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 #10104E is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 16 | 78 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.69 |
| HSL | 240º | 0.66% | 0.18% | - |
| HSV(B) | 240º | 0.79% | 0.31% | - |
| XYZ | 1.77 | 1.03 | 7.31 | - |
| YUV | 23.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 78 | 0.79 | 0.79 | 0 | 0.69 | 240 | 0.66 | 0.18 |
| Hex | 10 | 10 | 4E | 4F | 4F | 0 | 45 | F0 | 42 | 12 |
| Octal | 20 | 20 | 116 | 117 | 117 | 0 | 105 | 360 | 102 | 22 |
| Binary | 10000 | 10000 | 1001110 | 1001111 | 1001111 | 0 | 1000101 | 11110000 | 1000010 | 10010 |
Color Harmonies of #10104E
Complementary color
Monochromatic Colors of #10104E
Black with #10104E
Text Example
Text Example
White with #10104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10104E; }
p { color: rgb(16,16,78); }
H1.HeaderClassName
{
color: #10104E;
}
.AnyTagClassName
{
color: #10104E;
}
</style>
background-color css
<style>
a { background-color: #10104E; }
a { background-color: rgb(16,16,78); }
div.DivClassName
{
background-color: #10104E;
}
.BgClassName
{
background-color: #10104E;
}
</style>
border-color css
<style>
span { border-color: #10104E; }
span { border-color: rgb(16,16,78); }
td.TdClassName
{
border-color: #10104E;
}
.TagClassName
{
border-color: #10104E;
}
</style>