Html Css Color HEX #082941 Tangaroa

📋 copy color: '#082941'

red 8 ◦ green 41 ◦ blue 65

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

Shades of Tangaroa #082941

Tints of Tangaroa #082941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

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

R = 7.02%
G = 35.96%
B = 57.02%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082941 (or 0x082941) is known color: Tangaroa. HEX triplet: 08, 29 and 41. RGB value is (8,41,65). Sum of RGB (Red+Green+Blue) = 8+41+65=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #082941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082941 is #F7D6BE. Grayscale: #212121. Windows color (decimal): -16242367 or 4270344. OLE color: 4270344.

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

Color convert

RGB 8 41 65 -
CMYK 0.88 0.37 0 0.75
HSL 205.26º 0.78% 0.14% -
HSV(B) 205.26º 0.88% 0.25% -
XYZ 1.85 2.02 5.29 -
YUV 33.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 8 41 65 0.88 0.37 0 0.75 205.26 0.78 0.14
Hex 8 29 41 58 25 0 4B CD 4E E
Octal 10 51 101 130 45 0 113 315 116 16
Binary 1000 101001 1000001 1011000 100101 0 1001011 11001101 1001110 1110

Color Harmonies of #082941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082941

Black with #082941

Text Example


Text Example

White with #082941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082941; }

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

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

background-color css

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

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

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

border-color css

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

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

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