#082743

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

Shades of Tangaroa #082743

Tints of Tangaroa #082743

Color information

#082743 (or 0x082743) is unknown color: approx Tangaroa. HEX triplet: 08, 27 and 43. RGB value is (8,39,67). Sum of RGB (Red+Green+Blue) = 8+39+67=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 67 (26.56% from 255 or 58.77% from 114); Max value from RGB is 67 - color contains mainly: blue. Hex color #082743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082743 is #F7D8BC. Grayscale: #202020. Windows color (decimal): -16242877 or 4400904. OLE color: 4400904.

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

Color convert

RGB83967-
CMYK0.880.4200.74
HSL208.47º78.67%14.71%-
HSV(B)208.47º88.06%26.27%-
XYZ1.841.915.58-
YUV32.92147.23110.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 67 (26.56% from 255) = 58.77%
R=7.02%
G=34.21%
B=58.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal839670.880.4200.74208.4778.6714.71
Hex82743582A04Ad04ff
Octal104710313052011232011717
Binary100010011110000111011000101010010010101101000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082743; }

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

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

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

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

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

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

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

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