#1A2937

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

Shades of Tangaroa #1A2937

Tints of Tangaroa #1A2937

Color information

#1A2937 (or 0x1A2937) is unknown color: approx Tangaroa. HEX triplet: 1A, 29 and 37. RGB value is (26,41,55). Sum of RGB (Red+Green+Blue) = 26+41+55=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A2937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2937 is #E5D6C8. Grayscale: #262626. Windows color (decimal): -15062729 or 3615002. OLE color: 3615002.

HSL color Cylindrical-coordinate representation of color #1A2937: hue angle of 208.97º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A2937 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB264155-
CMYK0.530.2500.78
HSL208.97º35.8%15.88%-
HSV(B)208.97º52.73%21.57%-
XYZ1.912.083.92-
YUV38.11137.53119.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.31%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=21.31%
G=33.61%
B=45.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2641550.530.2500.78208.9735.815.88
Hex1A2937351904Ed12410
Octal325167653101163214420
Binary1101010100111011111010111001010011101101000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,41,55); }

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

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

 a { background-color: rgb(26,41,55); }

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

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

 span { border-color: rgb(26,41,55); }

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