#122939

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

Shades of Tangaroa #122939

Tints of Tangaroa #122939

Color information

#122939 (or 0x122939) is unknown color: approx Tangaroa. HEX triplet: 12, 29 and 39. RGB value is (18,41,57). Sum of RGB (Red+Green+Blue) = 18+41+57=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #122939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122939 is #EDD6C6. Grayscale: #232323. Windows color (decimal): -15587015 or 3746066. OLE color: 3746066.

HSL color Cylindrical-coordinate representation of color #122939: hue angle of 204.62º 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 #122939 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB184157-
CMYK0.680.2800.78
HSL204.62º52%14.71%-
HSV(B)204.62º68.42%22.35%-
XYZ1.782.014.16-
YUV35.95139.88115.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=15.52%
G=35.34%
B=49.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1841570.680.2800.78204.625214.71
Hex122939441C04Ecd34f
Octal2251711043401163156417
Binary1001010100111100110001001110001001110110011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122939; }

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

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

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

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

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

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

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

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