#122137

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

Shades of Tangaroa #122137

Tints of Tangaroa #122137

Color information

#122137 (or 0x122137) is unknown color: approx Tangaroa. HEX triplet: 12, 21 and 37. RGB value is (18,33,55). Sum of RGB (Red+Green+Blue) = 18+33+55=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #122137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122137 is #EDDEC8. Grayscale: #1E1E1E. Windows color (decimal): -15589065 or 3612946. OLE color: 3612946.

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

Color convert

RGB183355-
CMYK0.670.400.78
HSL215.68º50.68%14.31%-
HSV(B)215.68º67.27%21.57%-
XYZ1.481.493.82-
YUV31.02141.53118.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 55 (21.88% from 255) = 51.89%
R=16.98%
G=31.13%
B=51.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1833550.670.400.78215.6850.6814.31
Hex122137432804Ed833e
Octal2241671035001163306316
Binary10010100001110111100001110100001001110110110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122137; }

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

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

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

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

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

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

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

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