#132538

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

Shades of Tangaroa #132538

Tints of Tangaroa #132538

Color information

#132538 (or 0x132538) is unknown color: approx Tangaroa. HEX triplet: 13, 25 and 38. RGB value is (19,37,56). Sum of RGB (Red+Green+Blue) = 19+37+56=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #132538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132538 is #ECDAC7. Grayscale: #212121. Windows color (decimal): -15522504 or 3679507. OLE color: 3679507.

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

Color convert

RGB193756-
CMYK0.660.3400.78
HSL210.81º49.33%14.71%-
HSV(B)210.81º66.07%21.96%-
XYZ1.641.753.99-
YUV33.78140.54117.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 56 (22.27% from 255) = 50%
R=16.96%
G=33.04%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1937560.660.3400.78210.8149.3314.71
Hex132538422204Ed331f
Octal2345701024201163236117
Binary10011100101111000100001010001001001110110100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132538; }

 p { color: rgb(19,37,56); }

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

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

 a { background-color: rgb(19,37,56); }

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

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

 span { border-color: rgb(19,37,56); }

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