#182E40

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

Shades of Tangaroa #182E40

Tints of Tangaroa #182E40

Color information

#182E40 (or 0x182E40) is unknown color: approx Tangaroa. HEX triplet: 18, 2E and 40. RGB value is (24,46,64). Sum of RGB (Red+Green+Blue) = 24+46+64=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #182E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E40 is #E7D1BF. Grayscale: #292929. Windows color (decimal): -15192512 or 4206104. OLE color: 4206104.

HSL color Cylindrical-coordinate representation of color #182E40: hue angle of 207º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #182E40 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB244664-
CMYK0.620.2800.75
HSL207º45.45%17.25%-
HSV(B)207º62.5%25.1%-
XYZ2.282.525.22-
YUV41.47140.71115.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=17.91%
G=34.33%
B=47.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2446640.620.2800.7520745.4517.25
Hex182E403E1C04Bcf2d11
Octal3056100763401133175521
Binary11000101110100000011111011100010010111100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,46,64); }

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

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

 a { background-color: rgb(24,46,64); }

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

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

 span { border-color: rgb(24,46,64); }

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