#082b44

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

Shades of Tangaroa #082B44

Tints of Tangaroa #082B44

Color information

#082B44 (or 0x082B44) is unknown color: approx Tangaroa. HEX triplet: 08, 2B and 44. RGB value is (8,43,68). Sum of RGB (Red+Green+Blue) = 8+43+68=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #082B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B44 is #F7D4BB. Grayscale: #232323. Windows color (decimal): -16241852 or 4467464. OLE color: 4467464.

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

Color convert

RGB84368-
CMYK0.880.3700.73
HSL205º78.95%14.9%-
HSV(B)205º88.24%26.67%-
XYZ2.012.25.79-
YUV35.38146.4108.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 68 (26.95% from 255) = 57.14%
R=6.72%
G=36.13%
B=57.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal843680.880.3700.7320578.9514.9
Hex82B445825049cd4ff
Octal105310413045011131511717
Binary100010101110001001011000100101010010011100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082b44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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