#082C40

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

Shades of Tangaroa #082C40

Tints of Tangaroa #082C40

Color information

#082C40 (or 0x082C40) is unknown color: approx Tangaroa. HEX triplet: 08, 2C and 40. RGB value is (8,44,64). Sum of RGB (Red+Green+Blue) = 8+44+64=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #082C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C40 is #F7D3BF. Grayscale: #232323. Windows color (decimal): -16241600 or 4205576. OLE color: 4205576.

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

Color convert

RGB84464-
CMYK0.870.3100.75
HSL201.43º77.78%14.12%-
HSV(B)201.43º87.5%25.1%-
XYZ1.932.225.18-
YUV35.52144.07108.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=6.90%
G=37.93%
B=55.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal844640.870.3100.75201.4377.7814.12
Hex82C40571F04Bc94ee
Octal105410012737011331111616
Binary10001011001000000101011111111010010111100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082C40; }

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

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

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

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

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

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

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

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