#182B3F

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

Shades of Tangaroa #182B3F

Tints of Tangaroa #182B3F

Color information

#182B3F (or 0x182B3F) is unknown color: approx Tangaroa. HEX triplet: 18, 2B and 3F. RGB value is (24,43,63). Sum of RGB (Red+Green+Blue) = 24+43+63=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #182B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B3F is #E7D4C0. Grayscale: #272727. Windows color (decimal): -15193281 or 4139800. OLE color: 4139800.

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

Color convert

RGB244363-
CMYK0.620.3200.75
HSL210.77º44.83%17.06%-
HSV(B)210.77º61.9%24.71%-
XYZ2.142.285.03-
YUV39.6141.21116.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 63 (25% from 255) = 48.46%
R=18.46%
G=33.08%
B=48.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2443630.620.3200.75210.7744.8317.06
Hex182B3F3E2004Bd32d11
Octal305377764001133235521
Binary11000101011111111111110100000010010111101001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,43,63); }

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

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

 a { background-color: rgb(24,43,63); }

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

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

 span { border-color: rgb(24,43,63); }

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