Html Css Color HEX #09096C Midnight Blue

📋 copy color: '#09096C'

red 9 ◦ green 9 ◦ blue 108

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

Shades of Midnight Blue #09096C

Tints of Midnight Blue #09096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 85.71%

R = 7.14%
G = 7.14%
B = 85.71%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09096C (or 0x09096C) is known color: Midnight Blue. HEX triplet: 09, 09 and 6C. RGB value is (9,9,108). Sum of RGB (Red+Green+Blue) = 9+9+108=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 108 (42.58% from 255 or 85.71% from 126); Max value from RGB is 108 - color contains mainly: blue. Hex color #09096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09096C is #F6F693. Grayscale: #131313. Windows color (decimal): -16184980 or 7080201. OLE color: 7080201.

HSL color Cylindrical-coordinate representation of color #09096C: hue angle of 240º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09096C is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 9 108 -
CMYK 0.92 0.92 0 0.58
HSL 240º 0.85% 0.23% -
HSV(B) 240º 0.92% 0.42% -
XYZ 2.92 1.34 14.29 -
YUV 20.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 9 9 108 0.92 0.92 0 0.58 240 0.85 0.23
Hex 9 9 6C 5C 5C 0 3A F0 55 17
Octal 11 11 154 134 134 0 72 360 125 27
Binary 1001 1001 1101100 1011100 1011100 0 111010 11110000 1010101 10111

Color Harmonies of #09096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09096C

Black with #09096C

Text Example


Text Example

White with #09096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,9,108); }

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

background-color css

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

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

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

border-color css

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

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

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