#082B47

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

Shades of Blue Whale #082B47

Tints of Blue Whale #082B47

Color information

#082B47 (or 0x082B47) is unknown color: approx Blue Whale. HEX triplet: 08, 2B and 47. RGB value is (8,43,71). Sum of RGB (Red+Green+Blue) = 8+43+71=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #082B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B47 is #F7D4B8. Grayscale: #232323. Windows color (decimal): -16241849 or 4664072. OLE color: 4664072.

HSL color Cylindrical-coordinate representation of color #082B47: hue angle of 206.67º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082B47 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB84371-
CMYK0.890.3900.72
HSL206.67º79.75%15.49%-
HSV(B)206.67º88.73%27.84%-
XYZ2.12.236.28-
YUV35.73147.9108.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 71 (28.12% from 255) = 58.20%
R=6.56%
G=35.25%
B=58.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal843710.890.3900.72206.6779.7515.49
Hex82B475927048cf50f
Octal105310713147011031712017
Binary100010101110001111011001100111010010001100111110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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