#182F44

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

Shades of Tangaroa #182F44

Tints of Tangaroa #182F44

Color information

#182F44 (or 0x182F44) is unknown color: approx Tangaroa. HEX triplet: 18, 2F and 44. RGB value is (24,47,68). Sum of RGB (Red+Green+Blue) = 24+47+68=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #182F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F44 is #E7D0BB. Grayscale: #2A2A2A. Windows color (decimal): -15192252 or 4468504. OLE color: 4468504.

HSL color Cylindrical-coordinate representation of color #182F44: hue angle of 208.64º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #182F44 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB244768-
CMYK0.650.3100.73
HSL208.64º47.83%18.04%-
HSV(B)208.64º64.71%26.67%-
XYZ2.442.645.85-
YUV42.52142.38114.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=17.27%
G=33.81%
B=48.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2447680.650.3100.73208.6447.8318.04
Hex182F44411F049d13012
Octal30571041013701113216022
Binary110001011111000100100000111111010010011101000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,68); }

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

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

 a { background-color: rgb(24,47,68); }

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

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

 span { border-color: rgb(24,47,68); }

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