#093446

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

Shades of Blue Whale #093446

Tints of Blue Whale #093446

Color information

#093446 (or 0x093446) is unknown color: approx Blue Whale. HEX triplet: 09, 34 and 46. RGB value is (9,52,70). Sum of RGB (Red+Green+Blue) = 9+52+70=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #093446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093446 is #F6CBB9. Grayscale: #292929. Windows color (decimal): -16174010 or 4600841. OLE color: 4600841.

HSL color Cylindrical-coordinate representation of color #093446: hue angle of 197.7º 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 #093446 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB95270-
CMYK0.870.2600.73
HSL197.7º77.22%15.49%-
HSV(B)197.7º87.14%27.45%-
XYZ2.452.966.24-
YUV41.19144.25105.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 70 (27.73% from 255) = 53.44%
R=6.87%
G=39.69%
B=53.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal952700.870.2600.73197.777.2215.49
Hex93446571A049c64df
Octal116410612732011130611517
Binary10011101001000110101011111010010010011100011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093446; }

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

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

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

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

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

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

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

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