Html Css Color HEX #082540 Tangaroa

📋 copy color: '#082540'

red 8 ◦ green 37 ◦ blue 64

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

Shades of Tangaroa #082540

Tints of Tangaroa #082540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.94%

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

R = 7.34%
G = 33.94%
B = 58.72%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082540 (or 0x082540) is known color: Tangaroa. HEX triplet: 08, 25 and 40. RGB value is (8,37,64). Sum of RGB (Red+Green+Blue) = 8+37+64=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #082540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082540 is #F7DABF. Grayscale: #1F1F1F. Windows color (decimal): -16243392 or 4203784. OLE color: 4203784.

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

Color convert

RGB 8 37 64 -
CMYK 0.87 0.42 0 0.75
HSL 208.93º 0.78% 0.14% -
HSV(B) 208.93º 0.88% 0.25% -
XYZ 1.69 1.74 5.1 -
YUV 31.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 8 37 64 0.87 0.42 0 0.75 208.93 0.78 0.14
Hex 8 25 40 57 2A 0 4B D1 4E E
Octal 10 45 100 127 52 0 113 321 116 16
Binary 1000 100101 1000000 1010111 101010 0 1001011 11010001 1001110 1110

Color Harmonies of #082540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082540

Black with #082540

Text Example


Text Example

White with #082540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082540; }

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

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

background-color css

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

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

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

border-color css

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

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

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