#093241

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

Shades of Blue Whale #093241

Tints of Blue Whale #093241

Color information

#093241 (or 0x093241) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 41. RGB value is (9,50,65). Sum of RGB (Red+Green+Blue) = 9+50+65=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #093241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093241 is #F6CDBE. Grayscale: #272727. Windows color (decimal): -16174527 or 4272649. OLE color: 4272649.

HSL color Cylindrical-coordinate representation of color #093241: hue angle of 196.07º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093241 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95065-
CMYK0.860.2300.75
HSL196.07º75.68%14.51%-
HSV(B)196.07º86.15%25.49%-
XYZ2.212.725.41-
YUV39.45142.42106.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=7.26%
G=40.32%
B=52.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal950650.860.2300.75196.0775.6814.51
Hex93241561704Bc44cf
Octal116210112627011330411417
Binary10011100101000001101011010111010010111100010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093241; }

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

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

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

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

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

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

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

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