#122839

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

Shades of Tangaroa #122839

Tints of Tangaroa #122839

Color information

#122839 (or 0x122839) is unknown color: approx Tangaroa. HEX triplet: 12, 28 and 39. RGB value is (18,40,57). Sum of RGB (Red+Green+Blue) = 18+40+57=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #122839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122839 is #EDD7C6. Grayscale: #232323. Windows color (decimal): -15587271 or 3745810. OLE color: 3745810.

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

Color convert

RGB184057-
CMYK0.680.3000.78
HSL206.15º52%14.71%-
HSV(B)206.15º68.42%22.35%-
XYZ1.751.944.15-
YUV35.36140.21115.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=15.65%
G=34.78%
B=49.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1840570.680.3000.78206.155214.71
Hex122839441E04Ece34f
Octal2250711043601163166417
Binary1001010100011100110001001111001001110110011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122839; }

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

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

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

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

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

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

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

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