#122E40

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

Shades of Tangaroa #122E40

Tints of Tangaroa #122E40

Color information

#122E40 (or 0x122E40) is unknown color: approx Tangaroa. HEX triplet: 12, 2E and 40. RGB value is (18,46,64). Sum of RGB (Red+Green+Blue) = 18+46+64=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #122E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E40 is #EDD1BF. Grayscale: #272727. Windows color (decimal): -15585728 or 4206098. OLE color: 4206098.

HSL color Cylindrical-coordinate representation of color #122E40: hue angle of 203.48º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122E40 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB184664-
CMYK0.720.2800.75
HSL203.48º56.1%16.08%-
HSV(B)203.48º71.88%25.1%-
XYZ2.152.455.21-
YUV39.68141.72112.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 64 (25.39% from 255) = 50%
R=14.06%
G=35.94%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1846640.720.2800.75203.4856.116.08
Hex122E40481C04Bcb3810
Octal22561001103401133137020
Binary100101011101000000100100011100010010111100101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,46,64); }

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

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

 a { background-color: rgb(18,46,64); }

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

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

 span { border-color: rgb(18,46,64); }

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