#083141

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

Shades of Blue Whale #083141

Tints of Blue Whale #083141

Color information

#083141 (or 0x083141) is unknown color: approx Blue Whale. HEX triplet: 08, 31 and 41. RGB value is (8,49,65). Sum of RGB (Red+Green+Blue) = 8+49+65=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #083141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083141 is #F7CEBE. Grayscale: #262626. Windows color (decimal): -16240319 or 4272392. OLE color: 4272392.

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

Color convert

RGB84965-
CMYK0.880.2500.75
HSL196.84º78.08%14.31%-
HSV(B)196.84º87.69%25.49%-
XYZ2.152.635.4-
YUV38.56142.92106.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=6.56%
G=40.16%
B=53.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal849650.880.2500.75196.8478.0814.31
Hex83141581904Bc54ee
Octal106110113031011330511616
Binary10001100011000001101100011001010010111100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083141; }

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

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

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

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

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

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

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

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