#093549

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

Shades of Blue Whale #093549

Tints of Blue Whale #093549

Color information

#093549 (or 0x093549) is unknown color: approx Blue Whale. HEX triplet: 09, 35 and 49. RGB value is (9,53,73). Sum of RGB (Red+Green+Blue) = 9+53+73=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #093549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093549 is #F6CAB6. Grayscale: #2A2A2A. Windows color (decimal): -16173751 or 4797705. OLE color: 4797705.

HSL color Cylindrical-coordinate representation of color #093549: hue angle of 198.75º 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 #093549 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95373-
CMYK0.880.2700.71
HSL198.75º78.05%16.08%-
HSV(B)198.75º87.67%28.63%-
XYZ2.593.096.76-
YUV42.12145.42104.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 73 (28.91% from 255) = 54.07%
R=6.67%
G=39.26%
B=54.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal953730.880.2700.71198.7578.0516.08
Hex93549581B047c74e10
Octal116511113033010730711620
Binary100111010110010011011000110110100011111000111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093549; }

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

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

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

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

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

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

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

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