Html Css Color HEX #09115C Midnight Blue

📋 copy color: '#09115C'

red 9 ◦ green 17 ◦ blue 92

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

Shades of Midnight Blue #09115C

Tints of Midnight Blue #09115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 77.97%

R = 7.63%
G = 14.41%
B = 77.97%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09115C (or 0x09115C) is known color: Midnight Blue. HEX triplet: 09, 11 and 5C. RGB value is (9,17,92). Sum of RGB (Red+Green+Blue) = 9+17+92=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #09115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09115C is #F6EEA3. Grayscale: #161616. Windows color (decimal): -16182948 or 6033673. OLE color: 6033673.

HSL color Cylindrical-coordinate representation of color #09115C: hue angle of 234.22º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09115C is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 17 92 -
CMYK 0.90 0.82 0 0.64
HSL 234.22º 0.82% 0.2% -
HSV(B) 234.22º 0.9% 0.36% -
XYZ 2.24 1.23 10.24 -
YUV 23.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 9 17 92 0.90 0.82 0 0.64 234.22 0.82 0.2
Hex 9 11 5C 5A 52 0 40 EA 52 14
Octal 11 21 134 132 122 0 100 352 122 24
Binary 1001 10001 1011100 1011010 1010010 0 1000000 11101010 1010010 10100

Color Harmonies of #09115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09115C

Black with #09115C

Text Example


Text Example

White with #09115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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