#09394F

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

Shades of Blue Whale #09394F

Tints of Blue Whale #09394F

Color information

#09394F (or 0x09394F) is unknown color: approx Blue Whale. HEX triplet: 09, 39 and 4F. RGB value is (9,57,79). Sum of RGB (Red+Green+Blue) = 9+57+79=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #09394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09394F is #F6C6B0. Grayscale: #2D2D2D. Windows color (decimal): -16172721 or 5191945. OLE color: 5191945.

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

Color convert

RGB95779-
CMYK0.890.2800.69
HSL198.86º79.55%17.25%-
HSV(B)198.86º88.61%30.98%-
XYZ2.993.557.92-
YUV45.16147.1102.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=6.21%
G=39.31%
B=54.48%

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
Decimal957790.890.2800.69198.8679.5517.25
Hex9394F591C045c75011
Octal117111713134010530712021
Binary100111100110011111011001111000100010111000111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09394F; }

 p { color: rgb(9,57,79); }

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

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

 a { background-color: rgb(9,57,79); }

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

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

 span { border-color: rgb(9,57,79); }

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