#082A46

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

Shades of Tangaroa #082A46

Tints of Tangaroa #082A46

Color information

#082A46 (or 0x082A46) is unknown color: approx Tangaroa. HEX triplet: 08, 2A and 46. RGB value is (8,42,70). Sum of RGB (Red+Green+Blue) = 8+42+70=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #082A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A46 is #F7D5B9. Grayscale: #222222. Windows color (decimal): -16242106 or 4598280. OLE color: 4598280.

HSL color Cylindrical-coordinate representation of color #082A46: hue angle of 207.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082A46 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB84270-
CMYK0.890.4000.73
HSL207.1º79.49%15.29%-
HSV(B)207.1º88.57%27.45%-
XYZ2.032.156.1-
YUV35.03147.74108.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 70 (27.73% from 255) = 58.33%
R=6.67%
G=35%
B=58.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal842700.890.4000.73207.179.4915.29
Hex82A465928049cf4ff
Octal105210613150011131711717
Binary100010101010001101011001101000010010011100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,42,70); }

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

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

 a { background-color: rgb(8,42,70); }

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

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

 span { border-color: rgb(8,42,70); }

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