#082B4A

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

Shades of Blue Whale #082B4A

Tints of Blue Whale #082B4A

Color information

#082B4A (or 0x082B4A) is unknown color: approx Blue Whale. HEX triplet: 08, 2B and 4A. RGB value is (8,43,74). Sum of RGB (Red+Green+Blue) = 8+43+74=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #082B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B4A is #F7D4B5. Grayscale: #232323. Windows color (decimal): -16241846 or 4860680. OLE color: 4860680.

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

Color convert

RGB84374-
CMYK0.890.4200.71
HSL208.18º80.49%16.08%-
HSV(B)208.18º89.19%29.02%-
XYZ2.22.276.8-
YUV36.07149.4107.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 43 (17.19% from 255) = 34.4%
BLUE value IS 74 (29.30% from 255) = 59.2%
R=6.4%
G=34.4%
B=59.2%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal843740.890.4200.71208.1880.4916.08
Hex82B4A592A047d05010
Octal105311213152010732012020
Binary1000101011100101010110011010100100011111010000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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