#093A50

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

Shades of Blue Whale #093A50

Tints of Blue Whale #093A50

Color information

#093A50 (or 0x093A50) is unknown color: approx Blue Whale. HEX triplet: 09, 3A and 50. RGB value is (9,58,80). Sum of RGB (Red+Green+Blue) = 9+58+80=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #093A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A50 is #F6C5AF. Grayscale: #2D2D2D. Windows color (decimal): -16172464 or 5257737. OLE color: 5257737.

HSL color Cylindrical-coordinate representation of color #093A50: hue angle of 198.59º 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 #093A50 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB95880-
CMYK0.890.2800.69
HSL198.59º79.78%17.45%-
HSV(B)198.59º88.75%31.37%-
XYZ3.073.668.13-
YUV45.86147.27101.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=6.12%
G=39.46%
B=54.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal958800.890.2800.69198.5979.7817.45
Hex93A50591C045c75011
Octal117212013134010530712021
Binary100111101010100001011001111000100010111000111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A50; }

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

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

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

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

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

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

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

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