#122B46

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

Shades of Tangaroa #122B46

Tints of Tangaroa #122B46

Color information

#122B46 (or 0x122B46) is unknown color: approx Tangaroa. HEX triplet: 12, 2B and 46. RGB value is (18,43,70). Sum of RGB (Red+Green+Blue) = 18+43+70=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #122B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B46 is #EDD4B9. Grayscale: #262626. Windows color (decimal): -15586490 or 4598546. OLE color: 4598546.

HSL color Cylindrical-coordinate representation of color #122B46: hue angle of 211.15º 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 #122B46 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB184370-
CMYK0.740.3900.73
HSL211.15º59.09%17.25%-
HSV(B)211.15º74.29%27.45%-
XYZ2.222.36.12-
YUV38.6145.72113.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 70 (27.73% from 255) = 53.44%
R=13.74%
G=32.82%
B=53.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1843700.740.3900.73211.1559.0917.25
Hex122B464A27049d33b11
Octal22531061124701113237321
Binary1001010101110001101001010100111010010011101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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