#082940

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

Shades of Tangaroa #082940

Tints of Tangaroa #082940

Color information

#082940 (or 0x082940) is unknown color: approx Tangaroa. HEX triplet: 08, 29 and 40. RGB value is (8,41,64). Sum of RGB (Red+Green+Blue) = 8+41+64=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #082940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082940 is #F7D6BF. Grayscale: #212121. Windows color (decimal): -16242368 or 4204808. OLE color: 4204808.

HSL color Cylindrical-coordinate representation of color #082940: hue angle of 204.64º 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 #082940 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB84164-
CMYK0.870.3600.75
HSL204.64º77.78%14.12%-
HSV(B)204.64º87.5%25.1%-
XYZ1.822.015.14-
YUV33.76145.07109.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=7.08%
G=36.28%
B=56.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal841640.870.3600.75204.6477.7814.12
Hex82940572404Bcd4ee
Octal105110012744011331511616
Binary100010100110000001010111100100010010111100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082940; }

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

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

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

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

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

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

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

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