#122639

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

Shades of Tangaroa #122639

Tints of Tangaroa #122639

Color information

#122639 (or 0x122639) is unknown color: approx Tangaroa. HEX triplet: 12, 26 and 39. RGB value is (18,38,57). Sum of RGB (Red+Green+Blue) = 18+38+57=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #122639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122639 is #EDD9C6. Grayscale: #222222. Windows color (decimal): -15587783 or 3745298. OLE color: 3745298.

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

Color convert

RGB183857-
CMYK0.680.3300.78
HSL209.23º52%14.71%-
HSV(B)209.23º68.42%22.35%-
XYZ1.681.814.13-
YUV34.19140.87116.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=15.93%
G=33.63%
B=50.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1838570.680.3300.78209.235214.71
Hex122639442104Ed134f
Octal2246711044101163216417
Binary10010100110111001100010010000101001110110100011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122639; }

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

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

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

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

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

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

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

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