#13263D

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

Shades of Tangaroa #13263D

Tints of Tangaroa #13263D

Color information

#13263D (or 0x13263D) is unknown color: approx Tangaroa. HEX triplet: 13, 26 and 3D. RGB value is (19,38,61). Sum of RGB (Red+Green+Blue) = 19+38+61=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #13263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13263D is #ECD9C2. Grayscale: #222222. Windows color (decimal): -15522243 or 4007443. OLE color: 4007443.

HSL color Cylindrical-coordinate representation of color #13263D: hue angle of 212.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13263D is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193861-
CMYK0.690.3800.76
HSL212.86º52.5%15.69%-
HSV(B)212.86º68.85%23.92%-
XYZ1.81.864.68-
YUV34.94142.71116.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=16.10%
G=32.20%
B=51.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1938610.690.3800.76212.8652.515.69
Hex13263D452604Cd53410
Octal2346751054601143256420
Binary100111001101111011000101100110010011001101010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13263D; }

 p { color: rgb(19,38,61); }

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

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

 a { background-color: rgb(19,38,61); }

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

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

 span { border-color: rgb(19,38,61); }

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