#081F3C

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

Shades of Tangaroa #081F3C

Tints of Tangaroa #081F3C

Color information

#081F3C (or 0x081F3C) is unknown color: approx Tangaroa. HEX triplet: 08, 1F and 3C. RGB value is (8,31,60). Sum of RGB (Red+Green+Blue) = 8+31+60=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #081F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F3C is #F7E0C3. Grayscale: #1B1B1B. Windows color (decimal): -16244932 or 3940104. OLE color: 3940104.

HSL color Cylindrical-coordinate representation of color #081F3C: hue angle of 213.46º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #081F3C is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB83160-
CMYK0.870.4800.76
HSL213.46º76.47%13.33%-
HSV(B)213.46º86.67%23.53%-
XYZ1.411.364.46-
YUV27.43146.38114.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 60 (23.83% from 255) = 60.61%
R=8.08%
G=31.31%
B=60.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal831600.870.4800.76213.4676.4713.33
Hex81F3C573004Cd54cd
Octal10377412760011432511415
Binary1000111111111001010111110000010011001101010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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