#182A38

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

Shades of Tangaroa #182A38

Tints of Tangaroa #182A38

Color information

#182A38 (or 0x182A38) is unknown color: approx Tangaroa. HEX triplet: 18, 2A and 38. RGB value is (24,42,56). Sum of RGB (Red+Green+Blue) = 24+42+56=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #182A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A38 is #E7D5C7. Grayscale: #262626. Windows color (decimal): -15193544 or 3680792. OLE color: 3680792.

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

Color convert

RGB244256-
CMYK0.570.2500.78
HSL206.25º40%15.69%-
HSV(B)206.25º57.14%21.96%-
XYZ1.922.144.05-
YUV38.21138.04117.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=19.67%
G=34.43%
B=45.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2442560.570.2500.78206.254015.69
Hex182A38391904Ece2810
Octal305270713101163165020
Binary1100010101011100011100111001010011101100111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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