Shades of Tangaroa #0A283F
Tints of Tangaroa #0A283F
RGB
CMYK
RGB Variations
Color information
#0A283F (or 0x0A283F) is known color: Tangaroa. HEX triplet: 0A, 28 and 3F. RGB value is (10,40,63). Sum of RGB (Red+Green+Blue) = 10+40+63=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A283F is #F5D7C0. Grayscale: #212121. Windows color (decimal): -16111553 or 4139018. OLE color: 4139018.
HSL color Cylindrical-coordinate representation of color #0A283F: hue angle of 206.04º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A283F is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 40 | 63 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.75 |
| HSL | 206.04º | 0.73% | 0.14% | - |
| HSV(B) | 206.04º | 0.84% | 0.25% | - |
| XYZ | 1.78 | 1.94 | 4.98 | - |
| YUV | 33.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 63 | 0.84 | 0.37 | 0 | 0.75 | 206.04 | 0.73 | 0.14 |
| Hex | A | 28 | 3F | 54 | 25 | 0 | 4B | CE | 49 | E |
| Octal | 12 | 50 | 77 | 124 | 45 | 0 | 113 | 316 | 111 | 16 |
| Binary | 1010 | 101000 | 111111 | 1010100 | 100101 | 0 | 1001011 | 11001110 | 1001001 | 1110 |
Color Harmonies of #0A283F
Complementary color
Monochromatic Colors of #0A283F
Black with #0A283F
Text Example
Text Example
White with #0A283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A283F; }
p { color: rgb(10,40,63); }
H1.HeaderClassName
{
color: #0A283F;
}
.AnyTagClassName
{
color: #0A283F;
}
</style>
background-color css
<style>
a { background-color: #0A283F; }
a { background-color: rgb(10,40,63); }
div.DivClassName
{
background-color: #0A283F;
}
.BgClassName
{
background-color: #0A283F;
}
</style>
border-color css
<style>
span { border-color: #0A283F; }
span { border-color: rgb(10,40,63); }
td.TdClassName
{
border-color: #0A283F;
}
.TagClassName
{
border-color: #0A283F;
}
</style>