#132D45

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

Shades of Tangaroa #132D45

Tints of Tangaroa #132D45

Color information

#132D45 (or 0x132D45) is unknown color: approx Tangaroa. HEX triplet: 13, 2D and 45. RGB value is (19,45,69). Sum of RGB (Red+Green+Blue) = 19+45+69=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #132D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D45 is #ECD2BA. Grayscale: #272727. Windows color (decimal): -15520443 or 4533523. OLE color: 4533523.

HSL color Cylindrical-coordinate representation of color #132D45: hue angle of 208.8º degrees, saturation: 0.57, 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 #132D45 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB194569-
CMYK0.720.3500.73
HSL208.8º56.82%17.25%-
HSV(B)208.8º72.46%27.06%-
XYZ2.282.445.98-
YUV39.96144.39113.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=14.29%
G=33.83%
B=51.88%

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
Decimal1945690.720.3500.73208.856.8217.25
Hex132D454823049d13911
Octal23551051104301113217121
Binary1001110110110001011001000100011010010011101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,45,69); }

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

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

 a { background-color: rgb(19,45,69); }

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

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

 span { border-color: rgb(19,45,69); }

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