#082F4C

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

Shades of Blue Whale #082F4C

Tints of Blue Whale #082F4C

Color information

#082F4C (or 0x082F4C) is unknown color: approx Blue Whale. HEX triplet: 08, 2F and 4C. RGB value is (8,47,76). Sum of RGB (Red+Green+Blue) = 8+47+76=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #082F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F4C is #F7D0B3. Grayscale: #262626. Windows color (decimal): -16240820 or 4992776. OLE color: 4992776.

HSL color Cylindrical-coordinate representation of color #082F4C: hue angle of 205.59º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082F4C is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB84776-
CMYK0.890.3800.70
HSL205.59º80.95%16.47%-
HSV(B)205.59º89.47%29.8%-
XYZ2.422.617.21-
YUV38.64149.08106.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 76 (30.08% from 255) = 58.02%
R=6.11%
G=35.88%
B=58.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal847760.890.3800.70205.5980.9516.47
Hex82F4C5926046ce5110
Octal105711413146010631612120
Binary1000101111100110010110011001100100011011001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,47,76); }

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

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

 a { background-color: rgb(8,47,76); }

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

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

 span { border-color: rgb(8,47,76); }

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