#082F4A

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

Shades of Blue Whale #082F4A

Tints of Blue Whale #082F4A

Color information

#082F4A (or 0x082F4A) is unknown color: approx Blue Whale. HEX triplet: 08, 2F and 4A. RGB value is (8,47,74). Sum of RGB (Red+Green+Blue) = 8+47+74=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #082F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F4A is #F7D0B5. Grayscale: #262626. Windows color (decimal): -16240822 or 4861704. OLE color: 4861704.

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

Color convert

RGB84774-
CMYK0.890.3600.71
HSL204.55º80.49%16.08%-
HSV(B)204.55º89.19%29.02%-
XYZ2.352.586.85-
YUV38.42148.08106.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 74 (29.30% from 255) = 57.36%
R=6.20%
G=36.43%
B=57.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal847740.890.3600.71204.5580.4916.08
Hex82F4A5924047cd5010
Octal105711213144010731512020
Binary1000101111100101010110011001000100011111001101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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