#082C41

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

Shades of Tangaroa #082C41

Tints of Tangaroa #082C41

Color information

#082C41 (or 0x082C41) is unknown color: approx Tangaroa. HEX triplet: 08, 2C and 41. RGB value is (8,44,65). Sum of RGB (Red+Green+Blue) = 8+44+65=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #082C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C41 is #F7D3BE. Grayscale: #232323. Windows color (decimal): -16241599 or 4271112. OLE color: 4271112.

HSL color Cylindrical-coordinate representation of color #082C41: hue angle of 202.11º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082C41 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB84465-
CMYK0.880.3200.75
HSL202.11º78.08%14.31%-
HSV(B)202.11º87.69%25.49%-
XYZ1.952.235.33-
YUV35.63144.57108.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=6.84%
G=37.61%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal844650.880.3200.75202.1178.0814.31
Hex82C41582004Bca4ee
Octal105410113040011331211616
Binary100010110010000011011000100000010010111100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,44,65); }

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

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

 a { background-color: rgb(8,44,65); }

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

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

 span { border-color: rgb(8,44,65); }

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