Shades of Tangaroa #15283E
Tints of Tangaroa #15283E
RGB
CMYK
RGB Variations
Color information
#15283E (or 0x15283E) is known color: Tangaroa. HEX triplet: 15, 28 and 3E. RGB value is (21,40,62). Sum of RGB (Red+Green+Blue) = 21+40+62=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #15283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283E is #EAD7C1. Grayscale: #242424. Windows color (decimal): -15390658 or 4073493. OLE color: 4073493.
HSL color Cylindrical-coordinate representation of color #15283E: hue angle of 212.2º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15283E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 40 | 62 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.76 |
| HSL | 212.2º | 0.49% | 0.16% | - |
| HSV(B) | 212.2º | 0.66% | 0.24% | - |
| XYZ | 1.94 | 2.02 | 4.85 | - |
| YUV | 36.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 62 | 0.66 | 0.35 | 0 | 0.76 | 212.2 | 0.49 | 0.16 |
| Hex | 15 | 28 | 3E | 42 | 23 | 0 | 4C | D4 | 31 | 10 |
| Octal | 25 | 50 | 76 | 102 | 43 | 0 | 114 | 324 | 61 | 20 |
| Binary | 10101 | 101000 | 111110 | 1000010 | 100011 | 0 | 1001100 | 11010100 | 110001 | 10000 |
Color Harmonies of #15283E
Complementary color
Monochromatic Colors of #15283E
Black with #15283E
Text Example
Text Example
White with #15283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15283E; }
p { color: rgb(21,40,62); }
H1.HeaderClassName
{
color: #15283E;
}
.AnyTagClassName
{
color: #15283E;
}
</style>
background-color css
<style>
a { background-color: #15283E; }
a { background-color: rgb(21,40,62); }
div.DivClassName
{
background-color: #15283E;
}
.BgClassName
{
background-color: #15283E;
}
</style>
border-color css
<style>
span { border-color: #15283E; }
span { border-color: rgb(21,40,62); }
td.TdClassName
{
border-color: #15283E;
}
.TagClassName
{
border-color: #15283E;
}
</style>