#082241

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

Shades of Tangaroa #082241

Tints of Tangaroa #082241

Color information

#082241 (or 0x082241) is unknown color: approx Tangaroa. HEX triplet: 08, 22 and 41. RGB value is (8,34,65). Sum of RGB (Red+Green+Blue) = 8+34+65=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #082241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082241 is #F7DDBE. Grayscale: #1D1D1D. Windows color (decimal): -16244159 or 4268552. OLE color: 4268552.

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

Color convert

RGB83465-
CMYK0.880.4800.75
HSL212.63º78.08%14.31%-
HSV(B)212.63º87.69%25.49%-
XYZ1.631.585.22-
YUV29.76147.89112.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=7.48%
G=31.78%
B=60.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal834650.880.4800.75212.6378.0814.31
Hex82241583004Bd54ee
Octal104210113060011332511616
Binary100010001010000011011000110000010010111101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082241; }

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

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

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

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

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

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

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

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