Html Css Color HEX #091064 Midnight Blue

📋 copy color: '#091064'

red 9 ◦ green 16 ◦ blue 100

#091064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #091064

Tints of Midnight Blue #091064

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 value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#091064 (or 0x091064) is known color: 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

RGB 9 16 100 -
CMYK 0.91 0.84 0 0.61
HSL 235.38º 0.83% 0.21% -
HSV(B) 235.38º 0.91% 0.39% -
XYZ 2.6 1.35 12.18 -
YUV 23.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 9 16 100 0.91 0.84 0 0.61 235.38 0.83 0.21
Hex 9 10 64 5B 54 0 3D EB 53 15
Octal 11 20 144 133 124 0 75 353 123 25
Binary 1001 10000 1100100 1011011 1010100 0 111101 11101011 1010011 10101

Color Harmonies of #091064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091064

Black with #091064

Text Example


Text Example

White with #091064

Text Example


Text Example

HTML Codes & Css Web 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>