Html Css Color HEX #082441 Tangaroa

📋 copy color: '#082441'

red 8 ◦ green 36 ◦ blue 65

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

Shades of Tangaroa #082441

Tints of Tangaroa #082441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 7.34%
G = 33.03%
B = 59.63%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082441 (or 0x082441) is known color: Tangaroa. HEX triplet: 08, 24 and 41. RGB value is (8,36,65). Sum of RGB (Red+Green+Blue) = 8+36+65=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #082441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082441 is #F7DBBE. Grayscale: #1E1E1E. Windows color (decimal): -16243647 or 4269064. OLE color: 4269064.

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

Color convert

RGB 8 36 65 -
CMYK 0.88 0.45 0 0.75
HSL 210.53º 0.78% 0.14% -
HSV(B) 210.53º 0.88% 0.25% -
XYZ 1.69 1.7 5.24 -
YUV 30.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 8 36 65 0.88 0.45 0 0.75 210.53 0.78 0.14
Hex 8 24 41 58 2D 0 4B D3 4E E
Octal 10 44 101 130 55 0 113 323 116 16
Binary 1000 100100 1000001 1011000 101101 0 1001011 11010011 1001110 1110

Color Harmonies of #082441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082441

Black with #082441

Text Example


Text Example

White with #082441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082441; }

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

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

background-color css

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

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

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

border-color css

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

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

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