#122937

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

Shades of Tangaroa #122937

Tints of Tangaroa #122937

Color information

#122937 (or 0x122937) is unknown color: approx Tangaroa. HEX triplet: 12, 29 and 37. RGB value is (18,41,55). Sum of RGB (Red+Green+Blue) = 18+41+55=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #122937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122937 is #EDD6C8. Grayscale: #232323. Windows color (decimal): -15587017 or 3614994. OLE color: 3614994.

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

Color convert

RGB184155-
CMYK0.670.2500.78
HSL202.7º50.68%14.31%-
HSV(B)202.7º67.27%21.57%-
XYZ1.731.993.91-
YUV35.72138.88115.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=15.79%
G=35.96%
B=48.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1841550.670.2500.78202.750.6814.31
Hex122937431904Ecb33e
Octal2251671033101163136316
Binary1001010100111011110000111100101001110110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122937; }

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

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

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

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

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

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

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

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