#182A39

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

Shades of Tangaroa #182A39

Tints of Tangaroa #182A39

Color information

#182A39 (or 0x182A39) is unknown color: approx Tangaroa. HEX triplet: 18, 2A and 39. RGB value is (24,42,57). Sum of RGB (Red+Green+Blue) = 24+42+57=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #182A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A39 is #E7D5C6. Grayscale: #262626. Windows color (decimal): -15193543 or 3746328. OLE color: 3746328.

HSL color Cylindrical-coordinate representation of color #182A39: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #182A39 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244257-
CMYK0.580.2600.78
HSL207.27º40.74%15.88%-
HSV(B)207.27º57.89%22.35%-
XYZ1.942.154.18-
YUV38.33138.54117.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=19.51%
G=34.15%
B=46.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2442570.580.2600.78207.2740.7415.88
Hex182A393A1A04Ecf2910
Octal305271723201163175120
Binary1100010101011100111101011010010011101100111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A39; }

 p { color: rgb(24,42,57); }

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

<style>
 a { background-color: #182A39; }

 a { background-color: rgb(24,42,57); }

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

<style>
 span { border-color: #182A39; }

 span { border-color: rgb(24,42,57); }

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