#182A3C

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

Shades of Tangaroa #182A3C

Tints of Tangaroa #182A3C

Color information

#182A3C (or 0x182A3C) is unknown color: approx Tangaroa. HEX triplet: 18, 2A and 3C. RGB value is (24,42,60). Sum of RGB (Red+Green+Blue) = 24+42+60=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #182A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A3C is #E7D5C3. Grayscale: #262626. Windows color (decimal): -15193540 or 3942936. OLE color: 3942936.

HSL color Cylindrical-coordinate representation of color #182A3C: hue angle of 210º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #182A3C is Cyan = 0.60, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244260-
CMYK0.600.300.76
HSL210º42.86%16.47%-
HSV(B)210º60%23.53%-
XYZ2.022.184.59-
YUV38.67140.04117.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 47.62%
R=19.05%
G=33.33%
B=47.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2442600.600.300.7621042.8616.47
Hex182A3C3C1E04Cd22b10
Octal305274743601143225320
Binary1100010101011110011110011110010011001101001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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