Html Css Color HEX #082E4D Blue Whale

📋 copy color: '#082E4D'

red 8 ◦ green 46 ◦ blue 77

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

Shades of Blue Whale #082E4D

Tints of Blue Whale #082E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.11%

 BLUE value IS 77 (30.47% from 255) = 58.78%

R = 6.11%
G = 35.11%
B = 58.78%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#082E4D (or 0x082E4D) is known color: Blue Whale. HEX triplet: 08, 2E and 4D. RGB value is (8,46,77). Sum of RGB (Red+Green+Blue) = 8+46+77=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #082E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E4D is #F7D1B2. Grayscale: #262626. Windows color (decimal): -16241075 or 5058056. OLE color: 5058056.

HSL color Cylindrical-coordinate representation of color #082E4D: hue angle of 206.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082E4D is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 46 77 -
CMYK 0.90 0.40 0 0.70
HSL 206.96º 0.81% 0.17% -
HSV(B) 206.96º 0.9% 0.3% -
XYZ 2.42 2.54 7.38 -
YUV 38.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 8 46 77 0.90 0.40 0 0.70 206.96 0.81 0.17
Hex 8 2E 4D 5A 28 0 46 CF 51 11
Octal 10 56 115 132 50 0 106 317 121 21
Binary 1000 101110 1001101 1011010 101000 0 1000110 11001111 1010001 10001

Color Harmonies of #082E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E4D

Black with #082E4D

Text Example


Text Example

White with #082E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,46,77); }

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

background-color css

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

 a { background-color: rgb(8,46,77); }

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

border-color css

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

 span { border-color: rgb(8,46,77); }

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