Html Css Color HEX #082E49 Blue Whale

📋 copy color: '#082E49'

red 8 ◦ green 46 ◦ blue 73

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

Shades of Blue Whale #082E49

Tints of Blue Whale #082E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 57.48%

R = 6.3%
G = 36.22%
B = 57.48%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#082E49 (or 0x082E49) is known color: Blue Whale. HEX triplet: 08, 2E and 49. RGB value is (8,46,73). Sum of RGB (Red+Green+Blue) = 8+46+73=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #082E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E49 is #F7D1B6. Grayscale: #252525. Windows color (decimal): -16241079 or 4795912. OLE color: 4795912.

HSL color Cylindrical-coordinate representation of color #082E49: hue angle of 204.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082E49 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 46 73 -
CMYK 0.89 0.37 0 0.71
HSL 204.92º 0.8% 0.16% -
HSV(B) 204.92º 0.89% 0.29% -
XYZ 2.28 2.49 6.66 -
YUV 37.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 8 46 73 0.89 0.37 0 0.71 204.92 0.8 0.16
Hex 8 2E 49 59 25 0 47 CD 50 10
Octal 10 56 111 131 45 0 107 315 120 20
Binary 1000 101110 1001001 1011001 100101 0 1000111 11001101 1010000 10000

Color Harmonies of #082E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E49

Black with #082E49

Text Example


Text Example

White with #082E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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