#093142

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

Shades of Blue Whale #093142

Tints of Blue Whale #093142

Color information

#093142 (or 0x093142) is unknown color: approx Blue Whale. HEX triplet: 09, 31 and 42. RGB value is (9,49,66). Sum of RGB (Red+Green+Blue) = 9+49+66=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #093142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093142 is #F6CEBD. Grayscale: #262626. Windows color (decimal): -16174782 or 4337929. OLE color: 4337929.

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

Color convert

RGB94966-
CMYK0.860.2600.74
HSL197.89º76%14.71%-
HSV(B)197.89º86.36%25.88%-
XYZ2.192.655.55-
YUV38.98143.25106.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 66 (26.17% from 255) = 53.23%
R=7.26%
G=39.52%
B=53.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal949660.860.2600.74197.897614.71
Hex93142561A04Ac64cf
Octal116110212632011230611417
Binary10011100011000010101011011010010010101100011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093142; }

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

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

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

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

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

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

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

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