#082542

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

Shades of Tangaroa #082542

Tints of Tangaroa #082542

Color information

#082542 (or 0x082542) is unknown color: approx Tangaroa. HEX triplet: 08, 25 and 42. RGB value is (8,37,66). Sum of RGB (Red+Green+Blue) = 8+37+66=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 66 (26.17% from 255 or 59.46% from 111); Max value from RGB is 66 - color contains mainly: blue. Hex color #082542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082542 is #F7DABD. Grayscale: #1F1F1F. Windows color (decimal): -16243390 or 4334856. OLE color: 4334856.

HSL color Cylindrical-coordinate representation of color #082542: hue angle of 210º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082542 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB83766-
CMYK0.880.4400.74
HSL210º78.38%14.51%-
HSV(B)210º87.88%25.88%-
XYZ1.751.775.4-
YUV31.64147.39111.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 59.46%
R=7.21%
G=33.33%
B=59.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal837660.880.4400.7421078.3814.51
Hex82542582C04Ad24ef
Octal104510213054011232211617
Binary100010010110000101011000101100010010101101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082542; }

 p { color: rgb(8,37,66); }

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

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

 a { background-color: rgb(8,37,66); }

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

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

 span { border-color: rgb(8,37,66); }

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