#093650

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

Shades of Blue Whale #093650

Tints of Blue Whale #093650

Color information

#093650 (or 0x093650) is unknown color: approx Blue Whale. HEX triplet: 09, 36 and 50. RGB value is (9,54,80). Sum of RGB (Red+Green+Blue) = 9+54+80=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #093650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093650 is #F6C9AF. Grayscale: #2B2B2B. Windows color (decimal): -16173488 or 5256713. OLE color: 5256713.

HSL color Cylindrical-coordinate representation of color #093650: hue angle of 201.97º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093650 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB95480-
CMYK0.890.3300.69
HSL201.97º79.78%17.45%-
HSV(B)201.97º88.75%31.37%-
XYZ2.883.288.07-
YUV43.51148.59103.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=6.29%
G=37.76%
B=55.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal954800.890.3300.69201.9779.7817.45
Hex936505921045ca5011
Octal116612013141010531212021
Binary1001110110101000010110011000010100010111001010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093650; }

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

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

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

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

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

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

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

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