#122C41

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

Shades of Tangaroa #122C41

Tints of Tangaroa #122C41

Color information

#122C41 (or 0x122C41) is unknown color: approx Tangaroa. HEX triplet: 12, 2C and 41. RGB value is (18,44,65). Sum of RGB (Red+Green+Blue) = 18+44+65=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #122C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C41 is #EDD3BE. Grayscale: #262626. Windows color (decimal): -15586239 or 4271122. OLE color: 4271122.

HSL color Cylindrical-coordinate representation of color #122C41: hue angle of 206.81º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122C41 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB184465-
CMYK0.720.3200.75
HSL206.81º56.63%16.27%-
HSV(B)206.81º72.31%25.49%-
XYZ2.12.315.34-
YUV38.62142.89113.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 44 (17.58% from 255) = 34.65%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=14.17%
G=34.65%
B=51.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1844650.720.3200.75206.8156.6316.27
Hex122C41482004Bcf3910
Octal22541011104001133177120
Binary1001010110010000011001000100000010010111100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122C41; }

 p { color: rgb(18,44,65); }

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

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

 a { background-color: rgb(18,44,65); }

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

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

 span { border-color: rgb(18,44,65); }

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