#093040

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

Shades of Blue Whale #093040

Tints of Blue Whale #093040

Color information

#093040 (or 0x093040) is unknown color: approx Blue Whale. HEX triplet: 09, 30 and 40. RGB value is (9,48,64). Sum of RGB (Red+Green+Blue) = 9+48+64=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 48 (19.14% from 255 or 39.67% 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 #093040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093040 is #F6CFBF. Grayscale: #262626. Windows color (decimal): -16175040 or 4206601. OLE color: 4206601.

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

Color convert

RGB94864-
CMYK0.860.2500.75
HSL197.45º75.34%14.31%-
HSV(B)197.45º85.94%25.1%-
XYZ2.12.545.23-
YUV38.16142.58107.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=7.44%
G=39.67%
B=52.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal948640.860.2500.75197.4575.3414.31
Hex93040561904Bc54be
Octal116010012631011330511316
Binary10011100001000000101011011001010010111100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093040; }

 p { color: rgb(9,48,64); }

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

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

 a { background-color: rgb(9,48,64); }

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

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

 span { border-color: rgb(9,48,64); }

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