#083041

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

Shades of Blue Whale #083041

Tints of Blue Whale #083041

Color information

#083041 (or 0x083041) is unknown color: approx Blue Whale. HEX triplet: 08, 30 and 41. RGB value is (8,48,65). Sum of RGB (Red+Green+Blue) = 8+48+65=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #083041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083041 is #F7CFBE. Grayscale: #252525. Windows color (decimal): -16240575 or 4272136. OLE color: 4272136.

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

Color convert

RGB84865-
CMYK0.880.2600.75
HSL197.89º78.08%14.31%-
HSV(B)197.89º87.69%25.49%-
XYZ2.112.555.38-
YUV37.98143.25106.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=6.61%
G=39.67%
B=53.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal848650.880.2600.75197.8978.0814.31
Hex83041581A04Bc64ee
Octal106010113032011330611616
Binary10001100001000001101100011010010010111100011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083041; }

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

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

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

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

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

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

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

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