#082141

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

Shades of Tangaroa #082141

Tints of Tangaroa #082141

Color information

#082141 (or 0x082141) is unknown color: approx Tangaroa. HEX triplet: 08, 21 and 41. RGB value is (8,33,65). Sum of RGB (Red+Green+Blue) = 8+33+65=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #082141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082141 is #F7DEBE. Grayscale: #1D1D1D. Windows color (decimal): -16244415 or 4268296. OLE color: 4268296.

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

Color convert

RGB83365-
CMYK0.880.4900.75
HSL213.68º78.08%14.31%-
HSV(B)213.68º87.69%25.49%-
XYZ1.61.525.21-
YUV29.17148.22112.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=7.55%
G=31.13%
B=61.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal833650.880.4900.75213.6878.0814.31
Hex82141583104Bd64ee
Octal104110113061011332611616
Binary100010000110000011011000110001010010111101011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082141; }

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

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

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

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

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

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

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

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