#093544

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

Shades of Blue Whale #093544

Tints of Blue Whale #093544

Color information

#093544 (or 0x093544) is unknown color: approx Blue Whale. HEX triplet: 09, 35 and 44. RGB value is (9,53,68). Sum of RGB (Red+Green+Blue) = 9+53+68=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #093544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093544 is #F6CABB. Grayscale: #292929. Windows color (decimal): -16173756 or 4470025. OLE color: 4470025.

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

Color convert

RGB95368-
CMYK0.870.2200.73
HSL195.25º76.62%15.1%-
HSV(B)195.25º86.76%26.67%-
XYZ2.433.025.92-
YUV41.55142.92104.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 68 (26.95% from 255) = 52.31%
R=6.92%
G=40.77%
B=52.31%

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
Decimal953680.870.2200.73195.2576.6215.1
Hex935445716049c34df
Octal116510412726011130311517
Binary10011101011000100101011110110010010011100001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093544; }

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

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

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

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

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

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

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

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