#093645

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

Shades of Blue Whale #093645

Tints of Blue Whale #093645

Color information

#093645 (or 0x093645) is unknown color: approx Blue Whale. HEX triplet: 09, 36 and 45. RGB value is (9,54,69). Sum of RGB (Red+Green+Blue) = 9+54+69=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #093645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093645 is #F6C9BA. Grayscale: #2A2A2A. Windows color (decimal): -16173499 or 4535817. OLE color: 4535817.

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

Color convert

RGB95469-
CMYK0.870.2200.73
HSL195º76.92%15.29%-
HSV(B)195º86.96%27.06%-
XYZ2.513.136.1-
YUV42.26143.09104.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=6.82%
G=40.91%
B=52.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal954690.870.2200.7319576.9215.29
Hex936455716049c34df
Octal116610512726011130311517
Binary10011101101000101101011110110010010011100001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093645; }

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

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

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

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

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

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

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

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