#1A3040

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

Shades of Tangaroa #1A3040

Tints of Tangaroa #1A3040

Color information

#1A3040 (or 0x1A3040) is unknown color: approx Tangaroa. HEX triplet: 1A, 30 and 40. RGB value is (26,48,64). Sum of RGB (Red+Green+Blue) = 26+48+64=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A3040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3040 is #E5CFBF. Grayscale: #2B2B2B. Windows color (decimal): -15060928 or 4206618. OLE color: 4206618.

HSL color Cylindrical-coordinate representation of color #1A3040: hue angle of 205.26º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A3040 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB264864-
CMYK0.590.2500.75
HSL205.26º42.22%17.65%-
HSV(B)205.26º59.38%25.1%-
XYZ2.412.75.25-
YUV43.25139.71115.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=18.84%
G=34.78%
B=46.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2648640.590.2500.75205.2642.2217.65
Hex1A30403B1904Bcd2a12
Octal3260100733101133155222
Binary11010110000100000011101111001010010111100110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,64); }

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

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

 a { background-color: rgb(26,48,64); }

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

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

 span { border-color: rgb(26,48,64); }

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