Shades of Tangaroa #0A1F38
Tints of Tangaroa #0A1F38
RGB
CMYK
RGB Variations
Color information
#0A1F38 (or 0x0A1F38) is known color: Tangaroa. HEX triplet: 0A, 1F and 38. RGB value is (10,31,56). Sum of RGB (Red+Green+Blue) = 10+31+56=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A1F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1F38 is #F5E0C7. Grayscale: #1B1B1B. Windows color (decimal): -16113864 or 3677962. OLE color: 3677962.
HSL color Cylindrical-coordinate representation of color #0A1F38: hue angle of 212.61º 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 #0A1F38 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 31 | 56 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.78 |
| HSL | 212.61º | 0.7% | 0.13% | - |
| HSV(B) | 212.61º | 0.82% | 0.22% | - |
| XYZ | 1.33 | 1.33 | 3.93 | - |
| YUV | 27.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 56 | 0.82 | 0.45 | 0 | 0.78 | 212.61 | 0.7 | 0.13 |
| Hex | A | 1F | 38 | 52 | 2D | 0 | 4E | D5 | 46 | D |
| Octal | 12 | 37 | 70 | 122 | 55 | 0 | 116 | 325 | 106 | 15 |
| Binary | 1010 | 11111 | 111000 | 1010010 | 101101 | 0 | 1001110 | 11010101 | 1000110 | 1101 |
Color Harmonies of #0A1F38
Complementary color
Monochromatic Colors of #0A1F38
Black with #0A1F38
Text Example
Text Example
White with #0A1F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1F38; }
p { color: rgb(10,31,56); }
H1.HeaderClassName
{
color: #0A1F38;
}
.AnyTagClassName
{
color: #0A1F38;
}
</style>
background-color css
<style>
a { background-color: #0A1F38; }
a { background-color: rgb(10,31,56); }
div.DivClassName
{
background-color: #0A1F38;
}
.BgClassName
{
background-color: #0A1F38;
}
</style>
border-color css
<style>
span { border-color: #0A1F38; }
span { border-color: rgb(10,31,56); }
td.TdClassName
{
border-color: #0A1F38;
}
.TagClassName
{
border-color: #0A1F38;
}
</style>