#13293F

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

Shades of Tangaroa #13293F

Tints of Tangaroa #13293F

Color information

#13293F (or 0x13293F) is unknown color: approx Tangaroa. HEX triplet: 13, 29 and 3F. RGB value is (19,41,63). Sum of RGB (Red+Green+Blue) = 19+41+63=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #13293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13293F is #ECD6C0. Grayscale: #242424. Windows color (decimal): -15521473 or 4139283. OLE color: 4139283.

HSL color Cylindrical-coordinate representation of color #13293F: hue angle of 210º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13293F is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194163-
CMYK0.700.3500.75
HSL210º53.66%16.08%-
HSV(B)210º69.84%24.71%-
XYZ1.962.085-
YUV36.93142.71115.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 51.22%
R=15.45%
G=33.33%
B=51.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1941630.700.3500.7521053.6616.08
Hex13293F462304Bd23610
Octal2351771064301133226620
Binary100111010011111111000110100011010010111101001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13293F; }

 p { color: rgb(19,41,63); }

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

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

 a { background-color: rgb(19,41,63); }

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

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

 span { border-color: rgb(19,41,63); }

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