Html Css Color HEX #082841 Tangaroa

📋 copy color: '#082841'

red 8 ◦ green 40 ◦ blue 65

#082841
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #082841

Tints of Tangaroa #082841

RGB

 RED value IS 8 (3.52% from 255) = 7.08%

 GREEN value IS 40 (16.02% from 255) = 35.4%

 BLUE value IS 65 (25.78% from 255) = 57.52%

R = 7.08%
G = 35.4%
B = 57.52%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082841 (or 0x082841) is known color: Tangaroa. HEX triplet: 08, 28 and 41. RGB value is (8,40,65). Sum of RGB (Red+Green+Blue) = 8+40+65=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #082841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082841 is #F7D7BE. Grayscale: #212121. Windows color (decimal): -16242623 or 4270088. OLE color: 4270088.

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

Color convert

RGB 8 40 65 -
CMYK 0.88 0.38 0 0.75
HSL 206.32º 0.78% 0.14% -
HSV(B) 206.32º 0.88% 0.25% -
XYZ 1.81 1.95 5.28 -
YUV 33.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 8 40 65 0.88 0.38 0 0.75 206.32 0.78 0.14
Hex 8 28 41 58 26 0 4B CE 4E E
Octal 10 50 101 130 46 0 113 316 116 16
Binary 1000 101000 1000001 1011000 100110 0 1001011 11001110 1001110 1110

Color Harmonies of #082841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082841

Black with #082841

Text Example


Text Example

White with #082841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082841; }

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

 H1.HeaderClassName
 {
   color: #082841;
 }
 .AnyTagClassName
 {
   color: #082841;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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