#093545

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

Shades of Blue Whale #093545

Tints of Blue Whale #093545

Color information

#093545 (or 0x093545) is unknown color: approx Blue Whale. HEX triplet: 09, 35 and 45. RGB value is (9,53,69). Sum of RGB (Red+Green+Blue) = 9+53+69=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #093545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093545 is #F6CABA. Grayscale: #292929. Windows color (decimal): -16173755 or 4535561. OLE color: 4535561.

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

Color convert

RGB95369-
CMYK0.870.2300.73
HSL196º76.92%15.29%-
HSV(B)196º86.96%27.06%-
XYZ2.463.036.09-
YUV41.67143.42104.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 69 (27.34% from 255) = 52.67%
R=6.87%
G=40.46%
B=52.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal953690.870.2300.7319676.9215.29
Hex935455717049c44df
Octal116510512727011130411517
Binary10011101011000101101011110111010010011100010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093545; }

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

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

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

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

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

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

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

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