#093140

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

Shades of Blue Whale #093140

Tints of Blue Whale #093140

Color information

#093140 (or 0x093140) is unknown color: approx Blue Whale. HEX triplet: 09, 31 and 40. RGB value is (9,49,64). Sum of RGB (Red+Green+Blue) = 9+49+64=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #093140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093140 is #F6CEBF. Grayscale: #262626. Windows color (decimal): -16174784 or 4206857. OLE color: 4206857.

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

Color convert

RGB94964-
CMYK0.860.2300.75
HSL196.36º75.34%14.31%-
HSV(B)196.36º85.94%25.1%-
XYZ2.142.625.24-
YUV38.75142.25106.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=7.38%
G=40.16%
B=52.46%

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
Decimal949640.860.2300.75196.3675.3414.31
Hex93140561704Bc44be
Octal116110012627011330411316
Binary10011100011000000101011010111010010111100010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093140; }

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

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

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

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

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

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

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

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