#081D36

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

Shades of Tangaroa #081D36

Tints of Tangaroa #081D36

Color information

#081D36 (or 0x081D36) is unknown color: approx Tangaroa. HEX triplet: 08, 1D and 36. RGB value is (8,29,54). Sum of RGB (Red+Green+Blue) = 8+29+54=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #081D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D36 is #F7E2C9. Grayscale: #191919. Windows color (decimal): -16245450 or 3546376. OLE color: 3546376.

HSL color Cylindrical-coordinate representation of color #081D36: hue angle of 212.61º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081D36 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB82954-
CMYK0.850.4600.79
HSL212.61º74.19%12.16%-
HSV(B)212.61º85.19%21.18%-
XYZ1.211.23.66-
YUV25.57144.04115.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=8.79%
G=31.87%
B=59.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal829540.850.4600.79212.6174.1912.16
Hex81D36552E04Fd54ac
Octal10356612556011732511214
Binary1000111011101101010101101110010011111101010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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