#182D41

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

Shades of Tangaroa #182D41

Tints of Tangaroa #182D41

Color information

#182D41 (or 0x182D41) is unknown color: approx Tangaroa. HEX triplet: 18, 2D and 41. RGB value is (24,45,65). Sum of RGB (Red+Green+Blue) = 24+45+65=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #182D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D41 is #E7D2BE. Grayscale: #282828. Windows color (decimal): -15192767 or 4271384. OLE color: 4271384.

HSL color Cylindrical-coordinate representation of color #182D41: hue angle of 209.27º 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 #182D41 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB244565-
CMYK0.630.3100.75
HSL209.27º46.07%17.45%-
HSV(B)209.27º63.08%25.49%-
XYZ2.272.455.35-
YUV41141.54115.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=17.91%
G=33.58%
B=48.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2445650.630.3100.75209.2746.0717.45
Hex182D413F1F04Bd12e11
Octal3055101773701133215621
Binary11000101101100000111111111111010010111101000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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