Shades of Tangaroa #0A1D36
Tints of Tangaroa #0A1D36
RGB
CMYK
RGB Variations
Color information
#0A1D36 (or 0x0A1D36) is known color: Tangaroa. HEX triplet: 0A, 1D and 36. RGB value is (10,29,54). Sum of RGB (Red+Green+Blue) = 10+29+54=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A1D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D36 is #F5E2C9. Grayscale: #1A1A1A. Windows color (decimal): -16114378 or 3546378. OLE color: 3546378.
HSL color Cylindrical-coordinate representation of color #0A1D36: hue angle of 214.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1D36 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 29 | 54 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.79 |
| HSL | 214.09º | 0.69% | 0.13% | - |
| HSV(B) | 214.09º | 0.81% | 0.21% | - |
| XYZ | 1.23 | 1.21 | 3.66 | - |
| YUV | 26.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 54 | 0.81 | 0.46 | 0 | 0.79 | 214.09 | 0.69 | 0.13 |
| Hex | A | 1D | 36 | 51 | 2E | 0 | 4F | D6 | 45 | D |
| Octal | 12 | 35 | 66 | 121 | 56 | 0 | 117 | 326 | 105 | 15 |
| Binary | 1010 | 11101 | 110110 | 1010001 | 101110 | 0 | 1001111 | 11010110 | 1000101 | 1101 |
Color Harmonies of #0A1D36
Complementary color
Monochromatic Colors of #0A1D36
Black with #0A1D36
Text Example
Text Example
White with #0A1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D36; }
p { color: rgb(10,29,54); }
H1.HeaderClassName
{
color: #0A1D36;
}
.AnyTagClassName
{
color: #0A1D36;
}
</style>
background-color css
<style>
a { background-color: #0A1D36; }
a { background-color: rgb(10,29,54); }
div.DivClassName
{
background-color: #0A1D36;
}
.BgClassName
{
background-color: #0A1D36;
}
</style>
border-color css
<style>
span { border-color: #0A1D36; }
span { border-color: rgb(10,29,54); }
td.TdClassName
{
border-color: #0A1D36;
}
.TagClassName
{
border-color: #0A1D36;
}
</style>