Html Css Color HEX #082B40 Tangaroa

📋 copy color: '#082B40'

red 8 ◦ green 43 ◦ blue 64

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

Shades of Tangaroa #082B40

Tints of Tangaroa #082B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.39%

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

R = 6.96%
G = 37.39%
B = 55.65%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082B40 (or 0x082B40) is known color: Tangaroa. HEX triplet: 08, 2B and 40. RGB value is (8,43,64). Sum of RGB (Red+Green+Blue) = 8+43+64=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #082B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B40 is #F7D4BF. Grayscale: #222222. Windows color (decimal): -16241856 or 4205320. OLE color: 4205320.

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

Color convert

RGB 8 43 64 -
CMYK 0.87 0.33 0 0.75
HSL 202.5º 0.78% 0.14% -
HSV(B) 202.5º 0.88% 0.25% -
XYZ 1.89 2.15 5.17 -
YUV 34.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 8 43 64 0.87 0.33 0 0.75 202.5 0.78 0.14
Hex 8 2B 40 57 21 0 4B CA 4E E
Octal 10 53 100 127 41 0 113 312 116 16
Binary 1000 101011 1000000 1010111 100001 0 1001011 11001010 1001110 1110

Color Harmonies of #082B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B40

Black with #082B40

Text Example


Text Example

White with #082B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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