#13293B

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

Shades of Tangaroa #13293B

Tints of Tangaroa #13293B

Color information

#13293B (or 0x13293B) is unknown color: approx Tangaroa. HEX triplet: 13, 29 and 3B. RGB value is (19,41,59). Sum of RGB (Red+Green+Blue) = 19+41+59=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #13293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13293B is #ECD6C4. Grayscale: #242424. Windows color (decimal): -15521477 or 3877139. OLE color: 3877139.

HSL color Cylindrical-coordinate representation of color #13293B: hue angle of 207º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13293B is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB194159-
CMYK0.680.3100.77
HSL207º51.28%15.29%-
HSV(B)207º67.8%23.14%-
XYZ1.852.044.43-
YUV36.47140.71115.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 59 (23.44% from 255) = 49.58%
R=15.97%
G=34.45%
B=49.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1941590.680.3100.7720751.2815.29
Hex13293B441F04Dcf33f
Octal2351731043701153176317
Binary1001110100111101110001001111101001101110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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