#083241

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

Shades of Blue Whale #083241

Tints of Blue Whale #083241

Color information

#083241 (or 0x083241) is unknown color: approx Blue Whale. HEX triplet: 08, 32 and 41. RGB value is (8,50,65). Sum of RGB (Red+Green+Blue) = 8+50+65=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #083241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083241 is #F7CDBE. Grayscale: #272727. Windows color (decimal): -16240063 or 4272648. OLE color: 4272648.

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

Color convert

RGB85065-
CMYK0.880.2300.75
HSL195.79º78.08%14.31%-
HSV(B)195.79º87.69%25.49%-
XYZ2.192.715.41-
YUV39.15142.59105.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=6.50%
G=40.65%
B=52.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal850650.880.2300.75195.7978.0814.31
Hex83241581704Bc44ee
Octal106210113027011330411616
Binary10001100101000001101100010111010010111100010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083241; }

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

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

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

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

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

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

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

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