Html Css Color HEX #091164 Midnight Blue

📋 copy color: '#091164'

red 9 ◦ green 17 ◦ blue 100

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

Shades of Midnight Blue #091164

Tints of Midnight Blue #091164

RGB

 RED value IS 9 (3.91% from 255) = 7.14%

 GREEN value IS 17 (7.03% from 255) = 13.49%

 BLUE value IS 100 (39.45% from 255) = 79.37%

R = 7.14%
G = 13.49%
B = 79.37%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#091164 (or 0x091164) is known color: Midnight Blue. HEX triplet: 09, 11 and 64. RGB value is (9,17,100). Sum of RGB (Red+Green+Blue) = 9+17+100=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 100 (39.45% from 255 or 79.37% from 126); Max value from RGB is 100 - color contains mainly: blue. Hex color #091164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091164 is #F6EE9B. Grayscale: #171717. Windows color (decimal): -16182940 or 6557961. OLE color: 6557961.

HSL color Cylindrical-coordinate representation of color #091164: hue angle of 234.73º 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 #091164 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 17 100 -
CMYK 0.91 0.83 0 0.61
HSL 234.73º 0.83% 0.21% -
HSV(B) 234.73º 0.91% 0.39% -
XYZ 2.61 1.38 12.19 -
YUV 24.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 9 17 100 0.91 0.83 0 0.61 234.73 0.83 0.21
Hex 9 11 64 5B 53 0 3D EB 53 15
Octal 11 21 144 133 123 0 75 353 123 25
Binary 1001 10001 1100100 1011011 1010011 0 111101 11101011 1010011 10101

Color Harmonies of #091164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091164

Black with #091164

Text Example


Text Example

White with #091164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091164; }

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

 H1.HeaderClassName
 {
   color: #091164;
 }
 .AnyTagClassName
 {
   color: #091164;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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