#082440

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

Shades of Tangaroa #082440

Tints of Tangaroa #082440

Color information

#082440 (or 0x082440) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 40. RGB value is (8,36,64). Sum of RGB (Red+Green+Blue) = 8+36+64=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #082440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082440 is #F7DBBF. Grayscale: #1E1E1E. Windows color (decimal): -16243648 or 4203528. OLE color: 4203528.

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

Color convert

RGB83664-
CMYK0.870.4400.75
HSL210º77.78%14.12%-
HSV(B)210º87.5%25.1%-
XYZ1.661.685.09-
YUV30.82146.72111.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=7.41%
G=33.33%
B=59.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal836640.870.4400.7521077.7814.12
Hex82440572C04Bd24ee
Octal104410012754011332211616
Binary100010010010000001010111101100010010111101001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082440; }

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

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

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

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

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

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

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

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