Html Css Color HEX #090760 Midnight Blue

📋 copy color: '#090760'

red 9 ◦ green 7 ◦ blue 96

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

Shades of Midnight Blue #090760

Tints of Midnight Blue #090760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 85.71%

R = 8.04%
G = 6.25%
B = 85.71%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#090760 (or 0x090760) is known color: Midnight Blue. HEX triplet: 09, 07 and 60. RGB value is (9,7,96). Sum of RGB (Red+Green+Blue) = 9+7+96=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #090760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090760 is #F6F89F. Grayscale: #111111. Windows color (decimal): -16185504 or 6293257. OLE color: 6293257.

HSL color Cylindrical-coordinate representation of color #090760: hue angle of 241.35º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090760 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 7 96 -
CMYK 0.91 0.93 0 0.62
HSL 241.35º 0.86% 0.2% -
HSV(B) 241.35º 0.93% 0.38% -
XYZ 2.3 1.05 11.15 -
YUV 17.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 9 7 96 0.91 0.93 0 0.62 241.35 0.86 0.2
Hex 9 7 60 5B 5D 0 3E F1 56 14
Octal 11 7 140 133 135 0 76 361 126 24
Binary 1001 111 1100000 1011011 1011101 0 111110 11110001 1010110 10100

Color Harmonies of #090760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090760

Black with #090760

Text Example


Text Example

White with #090760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090760; }

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

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

background-color css

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

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

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

border-color css

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

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

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