#082B41

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

Shades of Tangaroa #082B41

Tints of Tangaroa #082B41

Color information

#082B41 (or 0x082B41) is unknown color: approx Tangaroa. HEX triplet: 08, 2B and 41. RGB value is (8,43,65). Sum of RGB (Red+Green+Blue) = 8+43+65=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #082B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B41 is #F7D4BE. Grayscale: #222222. Windows color (decimal): -16241855 or 4270856. OLE color: 4270856.

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

Color convert

RGB84365-
CMYK0.880.3400.75
HSL203.16º78.08%14.31%-
HSV(B)203.16º87.69%25.49%-
XYZ1.922.165.32-
YUV35.04144.9108.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=6.90%
G=37.07%
B=56.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal843650.880.3400.75203.1678.0814.31
Hex82B41582204Bcb4ee
Octal105310113042011331311616
Binary100010101110000011011000100010010010111100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,43,65); }

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

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

 a { background-color: rgb(8,43,65); }

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

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

 span { border-color: rgb(8,43,65); }

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