#093649

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

Shades of Blue Whale #093649

Tints of Blue Whale #093649

Color information

#093649 (or 0x093649) is unknown color: approx Blue Whale. HEX triplet: 09, 36 and 49. RGB value is (9,54,73). Sum of RGB (Red+Green+Blue) = 9+54+73=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #093649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093649 is #F6C9B6. Grayscale: #2A2A2A. Windows color (decimal): -16173495 or 4797961. OLE color: 4797961.

HSL color Cylindrical-coordinate representation of color #093649: hue angle of 197.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093649 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95473-
CMYK0.880.2600.71
HSL197.81º78.05%16.08%-
HSV(B)197.81º87.67%28.63%-
XYZ2.633.186.78-
YUV42.71145.09103.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 73 (28.91% from 255) = 53.68%
R=6.62%
G=39.71%
B=53.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal954730.880.2600.71197.8178.0516.08
Hex93649581A047c64e10
Octal116611113032010730611620
Binary100111011010010011011000110100100011111000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093649; }

 p { color: rgb(9,54,73); }

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

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

 a { background-color: rgb(9,54,73); }

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

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

 span { border-color: rgb(9,54,73); }

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