#082F4B

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

Shades of Blue Whale #082F4B

Tints of Blue Whale #082F4B

Color information

#082F4B (or 0x082F4B) is unknown color: approx Blue Whale. HEX triplet: 08, 2F and 4B. RGB value is (8,47,75). Sum of RGB (Red+Green+Blue) = 8+47+75=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #082F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F4B is #F7D0B4. Grayscale: #262626. Windows color (decimal): -16240821 or 4927240. OLE color: 4927240.

HSL color Cylindrical-coordinate representation of color #082F4B: hue angle of 205.07º degrees, saturation: 0.81, 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 #082F4B is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB84775-
CMYK0.890.3700.71
HSL205.07º80.72%16.27%-
HSV(B)205.07º89.33%29.41%-
XYZ2.392.597.03-
YUV38.53148.58106.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=6.15%
G=36.15%
B=57.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal847750.890.3700.71205.0780.7216.27
Hex82F4B5925047cd5110
Octal105711313145010731512120
Binary1000101111100101110110011001010100011111001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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