Shades of Tangaroa #0A1E38
Tints of Tangaroa #0A1E38
RGB
CMYK
RGB Variations
Color information
#0A1E38 (or 0x0A1E38) is known color: Tangaroa. HEX triplet: 0A, 1E and 38. RGB value is (10,30,56). Sum of RGB (Red+Green+Blue) = 10+30+56=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A1E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E38 is #F5E1C7. Grayscale: #1A1A1A. Windows color (decimal): -16114120 or 3677706. OLE color: 3677706.
HSL color Cylindrical-coordinate representation of color #0A1E38: hue angle of 213.91º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A1E38 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 30 | 56 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.78 |
| HSL | 213.91º | 0.7% | 0.13% | - |
| HSV(B) | 213.91º | 0.82% | 0.22% | - |
| XYZ | 1.3 | 1.28 | 3.92 | - |
| YUV | 26.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 56 | 0.82 | 0.46 | 0 | 0.78 | 213.91 | 0.7 | 0.13 |
| Hex | A | 1E | 38 | 52 | 2E | 0 | 4E | D6 | 46 | D |
| Octal | 12 | 36 | 70 | 122 | 56 | 0 | 116 | 326 | 106 | 15 |
| Binary | 1010 | 11110 | 111000 | 1010010 | 101110 | 0 | 1001110 | 11010110 | 1000110 | 1101 |
Color Harmonies of #0A1E38
Complementary color
Monochromatic Colors of #0A1E38
Black with #0A1E38
Text Example
Text Example
White with #0A1E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E38; }
p { color: rgb(10,30,56); }
H1.HeaderClassName
{
color: #0A1E38;
}
.AnyTagClassName
{
color: #0A1E38;
}
</style>
background-color css
<style>
a { background-color: #0A1E38; }
a { background-color: rgb(10,30,56); }
div.DivClassName
{
background-color: #0A1E38;
}
.BgClassName
{
background-color: #0A1E38;
}
</style>
border-color css
<style>
span { border-color: #0A1E38; }
span { border-color: rgb(10,30,56); }
td.TdClassName
{
border-color: #0A1E38;
}
.TagClassName
{
border-color: #0A1E38;
}
</style>