Html Css Color HEX #082842 Tangaroa

📋 copy color: '#082842'

red 8 ◦ green 40 ◦ blue 66

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

Shades of Tangaroa #082842

Tints of Tangaroa #082842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 57.89%

R = 7.02%
G = 35.09%
B = 57.89%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#082842 (or 0x082842) is known color: Tangaroa. HEX triplet: 08, 28 and 42. RGB value is (8,40,66). Sum of RGB (Red+Green+Blue) = 8+40+66=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 66 (26.17% from 255 or 57.89% from 114); Max value from RGB is 66 - color contains mainly: blue. Hex color #082842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082842 is #F7D7BD. Grayscale: #212121. Windows color (decimal): -16242622 or 4335624. OLE color: 4335624.

HSL color Cylindrical-coordinate representation of color #082842: hue angle of 206.9º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082842 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 40 66 -
CMYK 0.88 0.39 0 0.74
HSL 206.9º 0.78% 0.15% -
HSV(B) 206.9º 0.88% 0.26% -
XYZ 1.84 1.96 5.44 -
YUV 33.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 8 40 66 0.88 0.39 0 0.74 206.9 0.78 0.15
Hex 8 28 42 58 27 0 4A CF 4E F
Octal 10 50 102 130 47 0 112 317 116 17
Binary 1000 101000 1000010 1011000 100111 0 1001010 11001111 1001110 1111

Color Harmonies of #082842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082842

Black with #082842

Text Example


Text Example

White with #082842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082842; }

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

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

background-color css

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

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

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

border-color css

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

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

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