#09394D

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

Shades of Blue Whale #09394D

Tints of Blue Whale #09394D

Color information

#09394D (or 0x09394D) is unknown color: approx Blue Whale. HEX triplet: 09, 39 and 4D. RGB value is (9,57,77). Sum of RGB (Red+Green+Blue) = 9+57+77=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #09394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09394D is #F6C6B2. Grayscale: #2C2C2C. Windows color (decimal): -16172723 or 5060873. OLE color: 5060873.

HSL color Cylindrical-coordinate representation of color #09394D: hue angle of 197.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09394D is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB95777-
CMYK0.880.2600.70
HSL197.65º79.07%16.86%-
HSV(B)197.65º88.31%30.2%-
XYZ2.923.527.55-
YUV44.93146.1102.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 77 (30.47% from 255) = 53.85%
R=6.29%
G=39.86%
B=53.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal957770.880.2600.70197.6579.0716.86
Hex9394D581A046c64f11
Octal117111513032010630611721
Binary100111100110011011011000110100100011011000110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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