#132237

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

Shades of Tangaroa #132237

Tints of Tangaroa #132237

Color information

#132237 (or 0x132237) is unknown color: approx Tangaroa. HEX triplet: 13, 22 and 37. RGB value is (19,34,55). Sum of RGB (Red+Green+Blue) = 19+34+55=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #132237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132237 is #ECDDC8. Grayscale: #1F1F1F. Windows color (decimal): -15523273 or 3613203. OLE color: 3613203.

HSL color Cylindrical-coordinate representation of color #132237: hue angle of 215º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132237 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB193455-
CMYK0.650.3800.78
HSL215º48.65%14.51%-
HSV(B)215º65.45%21.57%-
XYZ1.531.563.83-
YUV31.91141.03118.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 55 (21.88% from 255) = 50.93%
R=17.59%
G=31.48%
B=50.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1934550.650.3800.7821548.6514.51
Hex132237412604Ed731f
Octal2342671014601163276117
Binary10011100010110111100000110011001001110110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132237; }

 p { color: rgb(19,34,55); }

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

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

 a { background-color: rgb(19,34,55); }

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

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

 span { border-color: rgb(19,34,55); }

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