#122239

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

Shades of Tangaroa #122239

Tints of Tangaroa #122239

Color information

#122239 (or 0x122239) is unknown color: approx Tangaroa. HEX triplet: 12, 22 and 39. RGB value is (18,34,57). Sum of RGB (Red+Green+Blue) = 18+34+57=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #122239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122239 is #EDDDC6. Grayscale: #1F1F1F. Windows color (decimal): -15588807 or 3744274. OLE color: 3744274.

HSL color Cylindrical-coordinate representation of color #122239: hue angle of 215.38º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #122239 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183457-
CMYK0.680.4000.78
HSL215.38º52%14.71%-
HSV(B)215.38º68.42%22.35%-
XYZ1.561.574.09-
YUV31.84142.2118.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=16.51%
G=31.19%
B=52.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1834570.680.4000.78215.385214.71
Hex122239442804Ed734f
Octal2242711045001163276417
Binary10010100010111001100010010100001001110110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122239; }

 p { color: rgb(18,34,57); }

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

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

 a { background-color: rgb(18,34,57); }

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

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

 span { border-color: rgb(18,34,57); }

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