Shades of Tangaroa #0A2442
Tints of Tangaroa #0A2442
RGB
CMYK
RGB Variations
Color information
#0A2442 (or 0x0A2442) is known color: Tangaroa. HEX triplet: 0A, 24 and 42. RGB value is (10,36,66). Sum of RGB (Red+Green+Blue) = 10+36+66=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 66 (26.17% from 255 or 58.93% from 112); Max value from RGB is 66 - color contains mainly: blue. Hex color #0A2442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2442 is #F5DBBD. Grayscale: #1F1F1F. Windows color (decimal): -16112574 or 4334602. OLE color: 4334602.
HSL color Cylindrical-coordinate representation of color #0A2442: hue angle of 212.14º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A2442 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 36 | 66 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.74 |
| HSL | 212.14º | 0.74% | 0.15% | - |
| HSV(B) | 212.14º | 0.85% | 0.26% | - |
| XYZ | 1.74 | 1.72 | 5.39 | - |
| YUV | 31.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 66 | 0.85 | 0.45 | 0 | 0.74 | 212.14 | 0.74 | 0.15 |
| Hex | A | 24 | 42 | 55 | 2D | 0 | 4A | D4 | 4A | F |
| Octal | 12 | 44 | 102 | 125 | 55 | 0 | 112 | 324 | 112 | 17 |
| Binary | 1010 | 100100 | 1000010 | 1010101 | 101101 | 0 | 1001010 | 11010100 | 1001010 | 1111 |
Color Harmonies of #0A2442
Complementary color
Monochromatic Colors of #0A2442
Black with #0A2442
Text Example
Text Example
White with #0A2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2442; }
p { color: rgb(10,36,66); }
H1.HeaderClassName
{
color: #0A2442;
}
.AnyTagClassName
{
color: #0A2442;
}
</style>
background-color css
<style>
a { background-color: #0A2442; }
a { background-color: rgb(10,36,66); }
div.DivClassName
{
background-color: #0A2442;
}
.BgClassName
{
background-color: #0A2442;
}
</style>
border-color css
<style>
span { border-color: #0A2442; }
span { border-color: rgb(10,36,66); }
td.TdClassName
{
border-color: #0A2442;
}
.TagClassName
{
border-color: #0A2442;
}
</style>