#13253B

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

Shades of Tangaroa #13253B

Tints of Tangaroa #13253B

Color information

#13253B (or 0x13253B) is unknown color: approx Tangaroa. HEX triplet: 13, 25 and 3B. RGB value is (19,37,59). Sum of RGB (Red+Green+Blue) = 19+37+59=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #13253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13253B is #ECDAC4. Grayscale: #222222. Windows color (decimal): -15522501 or 3876115. OLE color: 3876115.

HSL color Cylindrical-coordinate representation of color #13253B: hue angle of 213º 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 #13253B is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB193759-
CMYK0.680.3700.77
HSL213º51.28%15.29%-
HSV(B)213º67.8%23.14%-
XYZ1.721.784.39-
YUV34.13142.04117.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 59 (23.44% from 255) = 51.30%
R=16.52%
G=32.17%
B=51.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1937590.680.3700.7721351.2815.29
Hex13253B442504Dd533f
Octal2345731044501153256317
Binary10011100101111011100010010010101001101110101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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