#082A4B

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

Shades of Blue Whale #082A4B

Tints of Blue Whale #082A4B

Color information

#082A4B (or 0x082A4B) is unknown color: approx Blue Whale. HEX triplet: 08, 2A and 4B. RGB value is (8,42,75). Sum of RGB (Red+Green+Blue) = 8+42+75=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #082A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A4B is #F7D5B4. Grayscale: #232323. Windows color (decimal): -16242101 or 4925960. OLE color: 4925960.

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

Color convert

RGB84275-
CMYK0.890.4400.71
HSL209.55º80.72%16.27%-
HSV(B)209.55º89.33%29.41%-
XYZ2.22.226.97-
YUV35.6150.24108.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 75 (29.69% from 255) = 60%
R=6.4%
G=33.6%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal842750.890.4400.71209.5580.7216.27
Hex82A4B592C047d25110
Octal105211313154010732212120
Binary1000101010100101110110011011000100011111010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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