#081F3B

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

Shades of Tangaroa #081F3B

Tints of Tangaroa #081F3B

Color information

#081F3B (or 0x081F3B) is unknown color: approx Tangaroa. HEX triplet: 08, 1F and 3B. RGB value is (8,31,59). Sum of RGB (Red+Green+Blue) = 8+31+59=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #081F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F3B is #F7E0C4. Grayscale: #1B1B1B. Windows color (decimal): -16244933 or 3874568. OLE color: 3874568.

HSL color Cylindrical-coordinate representation of color #081F3B: hue angle of 212.94º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #081F3B is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB83159-
CMYK0.860.4700.77
HSL212.94º76.12%13.14%-
HSV(B)212.94º86.44%23.14%-
XYZ1.381.354.33-
YUV27.32145.88114.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 59 (23.44% from 255) = 60.20%
R=8.16%
G=31.63%
B=60.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal831590.860.4700.77212.9476.1213.14
Hex81F3B562F04Dd54cd
Octal10377312657011532511415
Binary1000111111110111010110101111010011011101010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081F3B; }

 p { color: rgb(8,31,59); }

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

<style>
 a { background-color: #081F3B; }

 a { background-color: rgb(8,31,59); }

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

<style>
 span { border-color: #081F3B; }

 span { border-color: rgb(8,31,59); }

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