Html Css Color HEX #082A40 Tangaroa

📋 copy color: '#082A40'

red 8 ◦ green 42 ◦ blue 64

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

Shades of Tangaroa #082A40

Tints of Tangaroa #082A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.84%

 BLUE value IS 64 (25.39% from 255) = 56.14%

R = 7.02%
G = 36.84%
B = 56.14%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082A40 (or 0x082A40) is known color: Tangaroa. HEX triplet: 08, 2A and 40. RGB value is (8,42,64). Sum of RGB (Red+Green+Blue) = 8+42+64=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #082A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A40 is #F7D5BF. Grayscale: #222222. Windows color (decimal): -16242112 or 4205064. OLE color: 4205064.

HSL color Cylindrical-coordinate representation of color #082A40: hue angle of 203.57º 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 #082A40 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 42 64 -
CMYK 0.87 0.34 0 0.75
HSL 203.57º 0.78% 0.14% -
HSV(B) 203.57º 0.88% 0.25% -
XYZ 1.85 2.08 5.15 -
YUV 34.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 8 42 64 0.87 0.34 0 0.75 203.57 0.78 0.14
Hex 8 2A 40 57 22 0 4B CC 4E E
Octal 10 52 100 127 42 0 113 314 116 16
Binary 1000 101010 1000000 1010111 100010 0 1001011 11001100 1001110 1110

Color Harmonies of #082A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A40

Black with #082A40

Text Example


Text Example

White with #082A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082A40; }

 p { color: rgb(8,42,64); }

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

background-color css

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

 a { background-color: rgb(8,42,64); }

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

border-color css

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

 span { border-color: rgb(8,42,64); }

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