#122537

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

Shades of Tangaroa #122537

Tints of Tangaroa #122537

Color information

#122537 (or 0x122537) is unknown color: approx Tangaroa. HEX triplet: 12, 25 and 37. RGB value is (18,37,55). Sum of RGB (Red+Green+Blue) = 18+37+55=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #122537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122537 is #EDDAC8. Grayscale: #212121. Windows color (decimal): -15588041 or 3613970. OLE color: 3613970.

HSL color Cylindrical-coordinate representation of color #122537: hue angle of 209.19º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122537 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183755-
CMYK0.670.3300.78
HSL209.19º50.68%14.31%-
HSV(B)209.19º67.27%21.57%-
XYZ1.61.733.86-
YUV33.37140.21117.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 55 (21.88% from 255) = 50%
R=16.36%
G=33.64%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1837550.670.3300.78209.1950.6814.31
Hex122537432104Ed133e
Octal2245671034101163216316
Binary10010100101110111100001110000101001110110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122537; }

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

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

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

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

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

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

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

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