#132C44

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

Shades of Tangaroa #132C44

Tints of Tangaroa #132C44

Color information

#132C44 (or 0x132C44) is unknown color: approx Tangaroa. HEX triplet: 13, 2C and 44. RGB value is (19,44,68). Sum of RGB (Red+Green+Blue) = 19+44+68=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #132C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C44 is #ECD3BB. Grayscale: #272727. Windows color (decimal): -15520700 or 4467731. OLE color: 4467731.

HSL color Cylindrical-coordinate representation of color #132C44: hue angle of 209.39º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132C44 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB194468-
CMYK0.720.3500.73
HSL209.39º56.32%17.06%-
HSV(B)209.39º72.06%26.67%-
XYZ2.212.365.81-
YUV39.26144.22113.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 68 (26.95% from 255) = 51.91%
R=14.50%
G=33.59%
B=51.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1944680.720.3500.73209.3956.3217.06
Hex132C444823049d13811
Octal23541041104301113217021
Binary1001110110010001001001000100011010010011101000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132C44; }

 p { color: rgb(19,44,68); }

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

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

 a { background-color: rgb(19,44,68); }

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

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

 span { border-color: rgb(19,44,68); }

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