#083140

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

Shades of Blue Whale #083140

Tints of Blue Whale #083140

Color information

#083140 (or 0x083140) is unknown color: approx Blue Whale. HEX triplet: 08, 31 and 40. RGB value is (8,49,64). Sum of RGB (Red+Green+Blue) = 8+49+64=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #083140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083140 is #F7CEBF. Grayscale: #262626. Windows color (decimal): -16240320 or 4206856. OLE color: 4206856.

HSL color Cylindrical-coordinate representation of color #083140: hue angle of 196.07º 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 #083140 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB84964-
CMYK0.870.2300.75
HSL196.07º77.78%14.12%-
HSV(B)196.07º87.5%25.1%-
XYZ2.122.625.24-
YUV38.45142.42106.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=6.61%
G=40.50%
B=52.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal849640.870.2300.75196.0777.7814.12
Hex83140571704Bc44ee
Octal106110012727011330411616
Binary10001100011000000101011110111010010111100010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083140; }

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

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

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

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

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

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

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

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