#132841

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

Shades of Tangaroa #132841

Tints of Tangaroa #132841

Color information

#132841 (or 0x132841) is unknown color: approx Tangaroa. HEX triplet: 13, 28 and 41. RGB value is (19,40,65). Sum of RGB (Red+Green+Blue) = 19+40+65=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #132841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132841 is #ECD7BE. Grayscale: #242424. Windows color (decimal): -15521727 or 4270099. OLE color: 4270099.

HSL color Cylindrical-coordinate representation of color #132841: hue angle of 212.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132841 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194065-
CMYK0.710.3800.75
HSL212.61º54.76%16.47%-
HSV(B)212.61º70.77%25.49%-
XYZ1.982.045.29-
YUV36.57144.04115.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=15.32%
G=32.26%
B=52.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1940650.710.3800.75212.6154.7616.47
Hex132841472604Bd53710
Octal23501011074601133256720
Binary1001110100010000011000111100110010010111101010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132841; }

 p { color: rgb(19,40,65); }

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

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

 a { background-color: rgb(19,40,65); }

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

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

 span { border-color: rgb(19,40,65); }

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