#09094F

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

Shades of Midnight Blue #09094F

Tints of Midnight Blue #09094F

Color information

#09094F (or 0x09094F) is unknown color: approx Midnight Blue. HEX triplet: 09, 09 and 4F. RGB value is (9,9,79). Sum of RGB (Red+Green+Blue) = 9+9+79=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 79 (31.25% from 255 or 81.44% from 97); Max value from RGB is 79 - color contains mainly: blue. Hex color #09094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09094F is #F6F6B0. Grayscale: #101010. Windows color (decimal): -16185009 or 5179657. OLE color: 5179657.

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

Color convert

RGB9979-
CMYK0.890.8900.69
HSL240º79.55%17.25%-
HSV(B)240º88.61%30.98%-
XYZ1.620.827.47-
YUV16.98163122.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 79 (31.25% from 255) = 81.44%
R=9.28%
G=9.28%
B=81.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal99790.890.8900.6924079.5517.25
Hex994F5959045f05011
Octal1111117131131010536012021
Binary100110011001111101100110110010100010111110000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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