#122B37

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

Shades of Tangaroa #122B37

Tints of Tangaroa #122B37

Color information

#122B37 (or 0x122B37) is unknown color: approx Tangaroa. HEX triplet: 12, 2B and 37. RGB value is (18,43,55). Sum of RGB (Red+Green+Blue) = 18+43+55=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #122B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B37 is #EDD4C8. Grayscale: #242424. Windows color (decimal): -15586505 or 3615506. OLE color: 3615506.

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

Color convert

RGB184355-
CMYK0.670.2200.78
HSL199.46º50.68%14.31%-
HSV(B)199.46º67.27%21.57%-
XYZ1.82.133.93-
YUV36.89138.22114.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 55 (21.88% from 255) = 47.41%
R=15.52%
G=37.07%
B=47.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1843550.670.2200.78199.4650.6814.31
Hex122B37431604Ec733e
Octal2253671032601163076316
Binary1001010101111011110000111011001001110110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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