#122539

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

Shades of Tangaroa #122539

Tints of Tangaroa #122539

Color information

#122539 (or 0x122539) is unknown color: approx Tangaroa. HEX triplet: 12, 25 and 39. RGB value is (18,37,57). Sum of RGB (Red+Green+Blue) = 18+37+57=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #122539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122539 is #EDDAC6. Grayscale: #212121. Windows color (decimal): -15588039 or 3745042. OLE color: 3745042.

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

Color convert

RGB183757-
CMYK0.680.3500.78
HSL210.77º52%14.71%-
HSV(B)210.77º68.42%22.35%-
XYZ1.651.754.12-
YUV33.6141.21116.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 57 (22.66% from 255) = 50.89%
R=16.07%
G=33.04%
B=50.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1837570.680.3500.78210.775214.71
Hex122539442304Ed334f
Octal2245711044301163236417
Binary10010100101111001100010010001101001110110100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122539; }

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

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

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

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

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

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

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

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