#081D3B

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

Shades of Tangaroa #081D3B

Tints of Tangaroa #081D3B

Color information

#081D3B (or 0x081D3B) is unknown color: approx Tangaroa. HEX triplet: 08, 1D and 3B. RGB value is (8,29,59). Sum of RGB (Red+Green+Blue) = 8+29+59=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 59 (23.44% from 255 or 61.46% from 96); Max value from RGB is 59 - color contains mainly: blue. Hex color #081D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D3B is #F7E2C4. Grayscale: #1A1A1A. Windows color (decimal): -16245445 or 3874056. OLE color: 3874056.

HSL color Cylindrical-coordinate representation of color #081D3B: hue angle of 215.29º 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 #081D3B is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB82959-
CMYK0.860.5100.77
HSL215.29º76.12%13.14%-
HSV(B)215.29º86.44%23.14%-
XYZ1.331.254.31-
YUV26.14146.54115.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 59 (23.44% from 255) = 61.46%
R=8.33%
G=30.21%
B=61.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal829590.860.5100.77215.2976.1213.14
Hex81D3B563304Dd74cd
Octal10357312663011532711415
Binary1000111011110111010110110011010011011101011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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