#091064

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

Shades of Midnight Blue #091064

Tints of Midnight Blue #091064

Color information

#091064 (or 0x091064) is unknown color: approx Midnight Blue. HEX triplet: 09, 10 and 64. RGB value is (9,16,100). Sum of RGB (Red+Green+Blue) = 9+16+100=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #091064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091064 is #F6EF9B. Grayscale: #171717. Windows color (decimal): -16183196 or 6557705. OLE color: 6557705.

HSL color Cylindrical-coordinate representation of color #091064: hue angle of 235.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091064 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB916100-
CMYK0.910.8400.61
HSL235.38º83.49%21.37%-
HSV(B)235.38º91%39.22%-
XYZ2.61.3512.18-
YUV23.48171.18117.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 100 (39.45% from 255) = 80%
R=7.2%
G=12.8%
B=80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9161000.910.8400.61235.3883.4921.37
Hex910645B5403Deb5315
Octal112014413312407535312325
Binary100110000110010010110111010100011110111101011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091064; }

 p { color: rgb(9,16,100); }

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

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

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

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

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

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

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