Html Css Color HEX #082641 Tangaroa

📋 copy color: '#082641'

red 8 ◦ green 38 ◦ blue 65

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

Shades of Tangaroa #082641

Tints of Tangaroa #082641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 7.21%
G = 34.23%
B = 58.56%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082641 (or 0x082641) is known color: Tangaroa. HEX triplet: 08, 26 and 41. RGB value is (8,38,65). Sum of RGB (Red+Green+Blue) = 8+38+65=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #082641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082641 is #F7D9BE. Grayscale: #1F1F1F. Windows color (decimal): -16243135 or 4269576. OLE color: 4269576.

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

Color convert

RGB 8 38 65 -
CMYK 0.88 0.42 0 0.75
HSL 208.42º 0.78% 0.14% -
HSV(B) 208.42º 0.88% 0.25% -
XYZ 1.75 1.82 5.26 -
YUV 32.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 8 38 65 0.88 0.42 0 0.75 208.42 0.78 0.14
Hex 8 26 41 58 2A 0 4B D0 4E E
Octal 10 46 101 130 52 0 113 320 116 16
Binary 1000 100110 1000001 1011000 101010 0 1001011 11010000 1001110 1110

Color Harmonies of #082641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082641

Black with #082641

Text Example


Text Example

White with #082641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082641; }

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

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

background-color css

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

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

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

border-color css

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

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

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