#093146

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

Shades of Blue Whale #093146

Tints of Blue Whale #093146

Color information

#093146 (or 0x093146) is unknown color: approx Blue Whale. HEX triplet: 09, 31 and 46. RGB value is (9,49,70). Sum of RGB (Red+Green+Blue) = 9+49+70=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #093146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093146 is #F6CEB9. Grayscale: #272727. Windows color (decimal): -16174778 or 4600073. OLE color: 4600073.

HSL color Cylindrical-coordinate representation of color #093146: hue angle of 200.66º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093146 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB94970-
CMYK0.870.3000.73
HSL200.66º77.22%15.49%-
HSV(B)200.66º87.14%27.45%-
XYZ2.322.76.19-
YUV39.43145.25106.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=7.03%
G=38.28%
B=54.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal949700.870.3000.73200.6677.2215.49
Hex93146571E049c94df
Octal116110612736011131111517
Binary10011100011000110101011111110010010011100100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093146; }

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

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

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

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

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

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

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

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