#083040

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

Shades of Blue Whale #083040

Tints of Blue Whale #083040

Color information

#083040 (or 0x083040) is unknown color: approx Blue Whale. HEX triplet: 08, 30 and 40. RGB value is (8,48,64). Sum of RGB (Red+Green+Blue) = 8+48+64=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #083040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083040 is #F7CFBF. Grayscale: #252525. Windows color (decimal): -16240576 or 4206600. OLE color: 4206600.

HSL color Cylindrical-coordinate representation of color #083040: hue angle of 197.14º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083040 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB84864-
CMYK0.870.2500.75
HSL197.14º77.78%14.12%-
HSV(B)197.14º87.5%25.1%-
XYZ2.082.545.23-
YUV37.86142.75106.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=6.67%
G=40%
B=53.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal848640.870.2500.75197.1477.7814.12
Hex83040571904Bc54ee
Octal106010012731011330511616
Binary10001100001000000101011111001010010111100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083040; }

 p { color: rgb(8,48,64); }

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

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

 a { background-color: rgb(8,48,64); }

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

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

 span { border-color: rgb(8,48,64); }

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