Shades of Tangaroa #02283E
Tints of Tangaroa #02283E
RGB
CMYK
RGB Variations
Color information
#02283E (or 0x02283E) is known color: Tangaroa. HEX triplet: 02, 28 and 3E. RGB value is (2,40,62). Sum of RGB (Red+Green+Blue) = 2+40+62=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #02283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02283E is #FDD7C1. Grayscale: #1F1F1F. Windows color (decimal): -16635842 or 4073474. OLE color: 4073474.
HSL color Cylindrical-coordinate representation of color #02283E: hue angle of 202º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02283E is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 40 | 62 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.76 |
| HSL | 202º | 0.94% | 0.13% | - |
| HSV(B) | 202º | 0.97% | 0.24% | - |
| XYZ | 1.65 | 1.88 | 4.83 | - |
| YUV | 31.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 62 | 0.97 | 0.35 | 0 | 0.76 | 202 | 0.94 | 0.13 |
| Hex | 2 | 28 | 3E | 61 | 23 | 0 | 4C | CA | 5E | D |
| Octal | 2 | 50 | 76 | 141 | 43 | 0 | 114 | 312 | 136 | 15 |
| Binary | 10 | 101000 | 111110 | 1100001 | 100011 | 0 | 1001100 | 11001010 | 1011110 | 1101 |
Color Harmonies of #02283E
Complementary color
Monochromatic Colors of #02283E
Black with #02283E
Text Example
Text Example
White with #02283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02283E; }
p { color: rgb(2,40,62); }
H1.HeaderClassName
{
color: #02283E;
}
.AnyTagClassName
{
color: #02283E;
}
</style>
background-color css
<style>
a { background-color: #02283E; }
a { background-color: rgb(2,40,62); }
div.DivClassName
{
background-color: #02283E;
}
.BgClassName
{
background-color: #02283E;
}
</style>
border-color css
<style>
span { border-color: #02283E; }
span { border-color: rgb(2,40,62); }
td.TdClassName
{
border-color: #02283E;
}
.TagClassName
{
border-color: #02283E;
}
</style>