Shades of Paua #100D4E
Tints of Paua #100D4E
RGB
CMYK
RGB Variations
Color information
#100D4E (or 0x100D4E) is known color: Paua. HEX triplet: 10, 0D and 4E. RGB value is (16,13,78). Sum of RGB (Red+Green+Blue) = 16+13+78=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #100D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D4E is #EFF2B1. Grayscale: #151515. Windows color (decimal): -15725234 or 5115152. OLE color: 5115152.
HSL color Cylindrical-coordinate representation of color #100D4E: hue angle of 242.77º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100D4E is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 13 | 78 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.69 |
| HSL | 242.77º | 0.71% | 0.18% | - |
| HSV(B) | 242.77º | 0.83% | 0.31% | - |
| XYZ | 1.73 | 0.95 | 7.3 | - |
| YUV | 21.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 78 | 0.79 | 0.83 | 0 | 0.69 | 242.77 | 0.71 | 0.18 |
| Hex | 10 | D | 4E | 4F | 53 | 0 | 45 | F3 | 47 | 12 |
| Octal | 20 | 15 | 116 | 117 | 123 | 0 | 105 | 363 | 107 | 22 |
| Binary | 10000 | 1101 | 1001110 | 1001111 | 1010011 | 0 | 1000101 | 11110011 | 1000111 | 10010 |
Color Harmonies of #100D4E
Complementary color
Monochromatic Colors of #100D4E
Black with #100D4E
Text Example
Text Example
White with #100D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D4E; }
p { color: rgb(16,13,78); }
H1.HeaderClassName
{
color: #100D4E;
}
.AnyTagClassName
{
color: #100D4E;
}
</style>
background-color css
<style>
a { background-color: #100D4E; }
a { background-color: rgb(16,13,78); }
div.DivClassName
{
background-color: #100D4E;
}
.BgClassName
{
background-color: #100D4E;
}
</style>
border-color css
<style>
span { border-color: #100D4E; }
span { border-color: rgb(16,13,78); }
td.TdClassName
{
border-color: #100D4E;
}
.TagClassName
{
border-color: #100D4E;
}
</style>