#082A48

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

Shades of Tangaroa #082A48

Tints of Tangaroa #082A48

Color information

#082A48 (or 0x082A48) is unknown color: approx Tangaroa. HEX triplet: 08, 2A and 48. RGB value is (8,42,72). Sum of RGB (Red+Green+Blue) = 8+42+72=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #082A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A48 is #F7D5B7. Grayscale: #232323. Windows color (decimal): -16242104 or 4729352. OLE color: 4729352.

HSL color Cylindrical-coordinate representation of color #082A48: hue angle of 208.12º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082A48 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB84272-
CMYK0.890.4200.72
HSL208.12º80%15.69%-
HSV(B)208.12º88.89%28.24%-
XYZ2.12.186.44-
YUV35.25148.74108.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 72 (28.52% from 255) = 59.02%
R=6.56%
G=34.43%
B=59.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal842720.890.4200.72208.128015.69
Hex82A48592A048d05010
Octal105211013152011032012020
Binary1000101010100100010110011010100100100011010000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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