Html Css Color HEX #09115F Midnight Blue

📋 copy color: '#09115F'

red 9 ◦ green 17 ◦ blue 95

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

Shades of Midnight Blue #09115F

Tints of Midnight Blue #09115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 78.51%

R = 7.44%
G = 14.05%
B = 78.51%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09115F (or 0x09115F) is known color: Midnight Blue. HEX triplet: 09, 11 and 5F. RGB value is (9,17,95). Sum of RGB (Red+Green+Blue) = 9+17+95=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 95 (37.5% from 255 or 78.51% from 121); Max value from RGB is 95 - color contains mainly: blue. Hex color #09115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09115F is #F6EEA0. Grayscale: #171717. Windows color (decimal): -16182945 or 6230281. OLE color: 6230281.

HSL color Cylindrical-coordinate representation of color #09115F: hue angle of 234.42º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09115F is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 17 95 -
CMYK 0.91 0.82 0 0.63
HSL 234.42º 0.83% 0.2% -
HSV(B) 234.42º 0.91% 0.37% -
XYZ 2.38 1.29 10.95 -
YUV 23.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 9 17 95 0.91 0.82 0 0.63 234.42 0.83 0.2
Hex 9 11 5F 5B 52 0 3F EA 53 14
Octal 11 21 137 133 122 0 77 352 123 24
Binary 1001 10001 1011111 1011011 1010010 0 111111 11101010 1010011 10100

Color Harmonies of #09115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09115F

Black with #09115F

Text Example


Text Example

White with #09115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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