#1A2635

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

Shades of Tangaroa #1A2635

Tints of Tangaroa #1A2635

Color information

#1A2635 (or 0x1A2635) is unknown color: approx Tangaroa. HEX triplet: 1A, 26 and 35. RGB value is (26,38,53). Sum of RGB (Red+Green+Blue) = 26+38+53=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #1A2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2635 is #E5D9CA. Grayscale: #242424. Windows color (decimal): -15063499 or 3483162. OLE color: 3483162.

HSL color Cylindrical-coordinate representation of color #1A2635: hue angle of 213.33º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A2635 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB263853-
CMYK0.510.2800.79
HSL213.33º34.18%15.49%-
HSV(B)213.33º50.94%20.78%-
XYZ1.761.863.63-
YUV36.12137.52120.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=22.22%
G=32.48%
B=45.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2638530.510.2800.79213.3334.1815.49
Hex1A2635331C04Fd522f
Octal324665633401173254217
Binary110101001101101011100111110001001111110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A2635; }

 p { color: rgb(26,38,53); }

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

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

 a { background-color: rgb(26,38,53); }

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

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

 span { border-color: rgb(26,38,53); }

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