#182E41

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

Shades of Tangaroa #182E41

Tints of Tangaroa #182E41

Color information

#182E41 (or 0x182E41) is unknown color: approx Tangaroa. HEX triplet: 18, 2E and 41. RGB value is (24,46,65). Sum of RGB (Red+Green+Blue) = 24+46+65=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #182E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E41 is #E7D1BE. Grayscale: #292929. Windows color (decimal): -15192511 or 4271640. OLE color: 4271640.

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

Color convert

RGB244665-
CMYK0.630.2900.75
HSL207.8º46.07%17.45%-
HSV(B)207.8º63.08%25.49%-
XYZ2.312.535.37-
YUV41.59141.21115.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=17.78%
G=34.07%
B=48.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2446650.630.2900.75207.846.0717.45
Hex182E413F1D04Bd02e11
Octal3056101773501133205621
Binary11000101110100000111111111101010010111101000010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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