#122637

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

Shades of Tangaroa #122637

Tints of Tangaroa #122637

Color information

#122637 (or 0x122637) is unknown color: approx Tangaroa. HEX triplet: 12, 26 and 37. RGB value is (18,38,55). Sum of RGB (Red+Green+Blue) = 18+38+55=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #122637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122637 is #EDD9C8. Grayscale: #212121. Windows color (decimal): -15587785 or 3614226. OLE color: 3614226.

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

Color convert

RGB183855-
CMYK0.670.3100.78
HSL207.57º50.68%14.31%-
HSV(B)207.57º67.27%21.57%-
XYZ1.631.793.87-
YUV33.96139.87116.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 55 (21.88% from 255) = 49.55%
R=16.22%
G=34.23%
B=49.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1838550.670.3100.78207.5750.6814.31
Hex122637431F04Ed033e
Octal2246671033701163206316
Binary1001010011011011110000111111101001110110100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122637; }

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

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

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

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

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

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

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

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