#082543

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

Shades of Tangaroa #082543

Tints of Tangaroa #082543

Color information

#082543 (or 0x082543) is unknown color: approx Tangaroa. HEX triplet: 08, 25 and 43. RGB value is (8,37,67). Sum of RGB (Red+Green+Blue) = 8+37+67=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #082543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082543 is #F7DABC. Grayscale: #1F1F1F. Windows color (decimal): -16243389 or 4400392. OLE color: 4400392.

HSL color Cylindrical-coordinate representation of color #082543: hue angle of 210.51º degrees, saturation: 0.79, 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 #082543 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB83767-
CMYK0.880.4500.74
HSL210.51º78.67%14.71%-
HSV(B)210.51º88.06%26.27%-
XYZ1.771.785.56-
YUV31.75147.89111.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 67 (26.56% from 255) = 59.82%
R=7.14%
G=33.04%
B=59.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal837670.880.4500.74210.5178.6714.71
Hex82543582D04Ad34ff
Octal104510313055011232311717
Binary100010010110000111011000101101010010101101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082543; }

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

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

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

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

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

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

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

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