Shades of Tangaroa #1C2E3C
Tints of Tangaroa #1C2E3C
RGB
CMYK
RGB Variations
Color information
#1C2E3C (or 0x1C2E3C) is known color: Tangaroa. HEX triplet: 1C, 2E and 3C. RGB value is (28,46,60). Sum of RGB (Red+Green+Blue) = 28+46+60=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C2E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E3C is #E3D1C3. Grayscale: #2A2A2A. Windows color (decimal): -14930372 or 3943964. OLE color: 3943964.
HSL color Cylindrical-coordinate representation of color #1C2E3C: hue angle of 206.25º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C2E3C is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 46 | 60 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.76 |
| HSL | 206.25º | 0.36% | 0.17% | - |
| HSV(B) | 206.25º | 0.53% | 0.24% | - |
| XYZ | 2.27 | 2.53 | 4.64 | - |
| YUV | 42.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 60 | 0.53 | 0.23 | 0 | 0.76 | 206.25 | 0.36 | 0.17 |
| Hex | 1C | 2E | 3C | 35 | 17 | 0 | 4C | CE | 24 | 11 |
| Octal | 34 | 56 | 74 | 65 | 27 | 0 | 114 | 316 | 44 | 21 |
| Binary | 11100 | 101110 | 111100 | 110101 | 10111 | 0 | 1001100 | 11001110 | 100100 | 10001 |
Color Harmonies of #1C2E3C
Complementary color
Monochromatic Colors of #1C2E3C
Black with #1C2E3C
Text Example
Text Example
White with #1C2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E3C; }
p { color: rgb(28,46,60); }
H1.HeaderClassName
{
color: #1C2E3C;
}
.AnyTagClassName
{
color: #1C2E3C;
}
</style>
background-color css
<style>
a { background-color: #1C2E3C; }
a { background-color: rgb(28,46,60); }
div.DivClassName
{
background-color: #1C2E3C;
}
.BgClassName
{
background-color: #1C2E3C;
}
</style>
border-color css
<style>
span { border-color: #1C2E3C; }
span { border-color: rgb(28,46,60); }
td.TdClassName
{
border-color: #1C2E3C;
}
.TagClassName
{
border-color: #1C2E3C;
}
</style>