#09314F

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

Shades of Blue Whale #09314F

Tints of Blue Whale #09314F

Color information

#09314F (or 0x09314F) is unknown color: approx Blue Whale. HEX triplet: 09, 31 and 4F. RGB value is (9,49,79). Sum of RGB (Red+Green+Blue) = 9+49+79=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #09314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09314F is #F6CEB0. Grayscale: #282828. Windows color (decimal): -16174769 or 5189897. OLE color: 5189897.

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

Color convert

RGB94979-
CMYK0.890.3800.69
HSL205.71º79.55%17.25%-
HSV(B)205.71º88.61%30.98%-
XYZ2.622.827.8-
YUV40.46149.75105.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=6.57%
G=35.77%
B=57.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal949790.890.3800.69205.7179.5517.25
Hex9314F5926045ce5011
Octal116111713146010531612021
Binary1001110001100111110110011001100100010111001110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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