#09064C

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

Shades of Midnight Blue #09064C

Tints of Midnight Blue #09064C

Color information

#09064C (or 0x09064C) is unknown color: approx Midnight Blue. HEX triplet: 09, 06 and 4C. RGB value is (9,6,76). Sum of RGB (Red+Green+Blue) = 9+6+76=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #09064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09064C is #F6F9B3. Grayscale: #0E0E0E. Windows color (decimal): -16185780 or 4982281. OLE color: 4982281.

HSL color Cylindrical-coordinate representation of color #09064C: hue angle of 242.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09064C is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB9676-
CMYK0.880.9200.70
HSL242.57º85.37%16.08%-
HSV(B)242.57º92.11%29.8%-
XYZ1.480.716.9-
YUV14.88162.49123.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 76 (30.08% from 255) = 83.52%
R=9.89%
G=6.59%
B=83.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal96760.880.9200.70242.5785.3716.08
Hex964C585C046f35510
Octal116114130134010636312520
Binary10011101001100101100010111000100011011110011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09064C; }

 p { color: rgb(9,6,76); }

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

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

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

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

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

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

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