#09314D

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

Shades of Blue Whale #09314D

Tints of Blue Whale #09314D

Color information

#09314D (or 0x09314D) is unknown color: approx Blue Whale. HEX triplet: 09, 31 and 4D. RGB value is (9,49,77). Sum of RGB (Red+Green+Blue) = 9+49+77=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #09314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09314D is #F6CEB2. Grayscale: #282828. Windows color (decimal): -16174771 or 5058825. OLE color: 5058825.

HSL color Cylindrical-coordinate representation of color #09314D: hue angle of 204.71º 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 #09314D is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB94977-
CMYK0.880.3600.70
HSL204.71º79.07%16.86%-
HSV(B)204.71º88.31%30.2%-
XYZ2.552.797.43-
YUV40.23148.75105.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=6.67%
G=36.30%
B=57.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal949770.880.3600.70204.7179.0716.86
Hex9314D5824046cd4f11
Octal116111513044010631511721
Binary1001110001100110110110001001000100011011001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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