#082D4D

Color #082D4D Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #082D4D

Tints of Blue Whale #082D4D

Color information

#082D4D (or 0x082D4D) is unknown color: approx Blue Whale. HEX triplet: 08, 2D and 4D. RGB value is (8,45,77). Sum of RGB (Red+Green+Blue) = 8+45+77=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #082D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D4D is #F7D2B2. Grayscale: #252525. Windows color (decimal): -16241331 or 5057800. OLE color: 5057800.

HSL color Cylindrical-coordinate representation of color #082D4D: hue angle of 207.83º 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 #082D4D is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB84577-
CMYK0.900.4200.70
HSL207.83º81.18%16.67%-
HSV(B)207.83º89.61%30.2%-
XYZ2.382.467.37-
YUV37.58150.24106.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=6.15%
G=34.62%
B=59.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal845770.900.4200.70207.8381.1816.67
Hex82D4D5A2A046d05111
Octal105511513252010632012121
Binary1000101101100110110110101010100100011011010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #082D4D;
 }
 .AnyTagClassName
 {
   color: #082D4D;
 }
</style>
background-color css

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

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

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

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

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

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