Html Css Color HEX #082E47 Blue Whale

📋 copy color: '#082E47'

red 8 ◦ green 46 ◦ blue 71

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

Shades of Blue Whale #082E47

Tints of Blue Whale #082E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 56.8%

R = 6.4%
G = 36.8%
B = 56.8%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#082E47 (or 0x082E47) is known color: Blue Whale. HEX triplet: 08, 2E and 47. RGB value is (8,46,71). Sum of RGB (Red+Green+Blue) = 8+46+71=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #082E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E47 is #F7D1B8. Grayscale: #252525. Windows color (decimal): -16241081 or 4664840. OLE color: 4664840.

HSL color Cylindrical-coordinate representation of color #082E47: hue angle of 203.81º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082E47 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 46 71 -
CMYK 0.89 0.35 0 0.72
HSL 203.81º 0.8% 0.15% -
HSV(B) 203.81º 0.89% 0.28% -
XYZ 2.21 2.46 6.32 -
YUV 37.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 8 46 71 0.89 0.35 0 0.72 203.81 0.8 0.15
Hex 8 2E 47 59 23 0 48 CC 50 F
Octal 10 56 107 131 43 0 110 314 120 17
Binary 1000 101110 1000111 1011001 100011 0 1001000 11001100 1010000 1111

Color Harmonies of #082E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E47

Black with #082E47

Text Example


Text Example

White with #082E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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