#122739

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

Shades of Tangaroa #122739

Tints of Tangaroa #122739

Color information

#122739 (or 0x122739) is unknown color: approx Tangaroa. HEX triplet: 12, 27 and 39. RGB value is (18,39,57). Sum of RGB (Red+Green+Blue) = 18+39+57=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #122739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122739 is #EDD8C6. Grayscale: #222222. Windows color (decimal): -15587527 or 3745554. OLE color: 3745554.

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

Color convert

RGB183957-
CMYK0.680.3200.78
HSL207.69º52%14.71%-
HSV(B)207.69º68.42%22.35%-
XYZ1.711.884.14-
YUV34.77140.54116.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 57 (22.66% from 255) = 50%
R=15.79%
G=34.21%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1839570.680.3200.78207.695214.71
Hex122739442004Ed034f
Octal2247711044001163206417
Binary10010100111111001100010010000001001110110100001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122739; }

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

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

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

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

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

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

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

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