#082740

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

Shades of Tangaroa #082740

Tints of Tangaroa #082740

Color information

#082740 (or 0x082740) is unknown color: approx Tangaroa. HEX triplet: 08, 27 and 40. RGB value is (8,39,64). Sum of RGB (Red+Green+Blue) = 8+39+64=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #082740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082740 is #F7D8BF. Grayscale: #202020. Windows color (decimal): -16242880 or 4204296. OLE color: 4204296.

HSL color Cylindrical-coordinate representation of color #082740: hue angle of 206.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082740 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB83964-
CMYK0.870.3900.75
HSL206.79º77.78%14.12%-
HSV(B)206.79º87.5%25.1%-
XYZ1.751.875.12-
YUV32.58145.73110.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=7.21%
G=35.14%
B=57.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal839640.870.3900.75206.7977.7814.12
Hex82740572704Bcf4ee
Octal104710012747011331711616
Binary100010011110000001010111100111010010111100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082740; }

 p { color: rgb(8,39,64); }

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

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

 a { background-color: rgb(8,39,64); }

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

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

 span { border-color: rgb(8,39,64); }

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