Html Css Color HEX #09075E Midnight Blue

📋 copy color: '#09075E'

red 9 ◦ green 7 ◦ blue 94

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

Shades of Midnight Blue #09075E

Tints of Midnight Blue #09075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.36%

 BLUE value IS 94 (37.11% from 255) = 85.45%

R = 8.18%
G = 6.36%
B = 85.45%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09075E (or 0x09075E) is known color: Midnight Blue. HEX triplet: 09, 07 and 5E. RGB value is (9,7,94). Sum of RGB (Red+Green+Blue) = 9+7+94=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 94 (37.11% from 255 or 85.45% from 110); Max value from RGB is 94 - color contains mainly: blue. Hex color #09075E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09075E is #F6F8A1. Grayscale: #111111. Windows color (decimal): -16185506 or 6162185. OLE color: 6162185.

HSL color Cylindrical-coordinate representation of color #09075E: hue angle of 241.38º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09075E is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 7 94 -
CMYK 0.90 0.93 0 0.63
HSL 241.38º 0.86% 0.2% -
HSV(B) 241.38º 0.93% 0.37% -
XYZ 2.21 1.02 10.67 -
YUV 17.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 9 7 94 0.90 0.93 0 0.63 241.38 0.86 0.2
Hex 9 7 5E 5A 5D 0 3F F1 56 14
Octal 11 7 136 132 135 0 77 361 126 24
Binary 1001 111 1011110 1011010 1011101 0 111111 11110001 1010110 10100

Color Harmonies of #09075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09075E

Black with #09075E

Text Example


Text Example

White with #09075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09075E; }

 p { color: rgb(9,7,94); }

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

background-color css

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

 a { background-color: rgb(9,7,94); }

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

border-color css

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

 span { border-color: rgb(9,7,94); }

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