#122D46

Color #122D46 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #122D46

Tints of Tangaroa #122D46

Color information

#122D46 (or 0x122D46) is unknown color: approx Tangaroa. HEX triplet: 12, 2D and 46. RGB value is (18,45,70). Sum of RGB (Red+Green+Blue) = 18+45+70=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #122D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D46 is #EDD2B9. Grayscale: #272727. Windows color (decimal): -15585978 or 4599058. OLE color: 4599058.

HSL color Cylindrical-coordinate representation of color #122D46: hue angle of 208.85º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122D46 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB184570-
CMYK0.740.3600.73
HSL208.85º59.09%17.25%-
HSV(B)208.85º74.29%27.45%-
XYZ2.292.456.15-
YUV39.78145.05112.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=13.53%
G=33.83%
B=52.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1845700.740.3600.73208.8559.0917.25
Hex122D464A24049d13b11
Octal22551061124401113217321
Binary1001010110110001101001010100100010010011101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122D46; }

 p { color: rgb(18,45,70); }

 H1.HeaderClassName
 {
   color: #122D46;
 }
 .AnyTagClassName
 {
   color: #122D46;
 }
</style>
background-color css

<style>
 a { background-color: #122D46; }

 a { background-color: rgb(18,45,70); }

 div.DivClassName
 {
   background-color: #122D46;
 }
 .BgClassName
 {
   background-color: #122D46;
 }
</style>
border-color css

<style>
 span { border-color: #122D46; }

 span { border-color: rgb(18,45,70); }

 td.TdClassName
 {
   border-color: #122D46;
 }
 .TagClassName
 {
   border-color: #122D46;
 }
</style>