#093246

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

Shades of Blue Whale #093246

Tints of Blue Whale #093246

Color information

#093246 (or 0x093246) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 46. RGB value is (9,50,70). Sum of RGB (Red+Green+Blue) = 9+50+70=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #093246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093246 is #F6CDB9. Grayscale: #272727. Windows color (decimal): -16174522 or 4600329. OLE color: 4600329.

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

Color convert

RGB95070-
CMYK0.870.2900.73
HSL199.67º77.22%15.49%-
HSV(B)199.67º87.14%27.45%-
XYZ2.362.786.21-
YUV40.02144.92105.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=6.98%
G=38.76%
B=54.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal950700.870.2900.73199.6777.2215.49
Hex93246571D049c84df
Octal116210612735011131011517
Binary10011100101000110101011111101010010011100100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093246; }

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

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

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

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

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

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

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

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