Html Css Color HEX #090740 Midnight Express

📋 copy color: '#090740'

red 9 ◦ green 7 ◦ blue 64

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

Shades of Midnight Express #090740

Tints of Midnight Express #090740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 80%

R = 11.25%
G = 8.75%
B = 80%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090740 (or 0x090740) is known color: Midnight Express. HEX triplet: 09, 07 and 40. RGB value is (9,7,64). Sum of RGB (Red+Green+Blue) = 9+7+64=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 64 (25.39% from 255 or 80% from 80); Max value from RGB is 64 - color contains mainly: blue. Hex color #090740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090740 is #F6F8BF. Grayscale: #0D0D0D. Windows color (decimal): -16185536 or 4196105. OLE color: 4196105.

HSL color Cylindrical-coordinate representation of color #090740: hue angle of 242.11º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090740 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 7 64 -
CMYK 0.86 0.89 0 0.75
HSL 242.11º 0.8% 0.14% -
HSV(B) 242.11º 0.89% 0.25% -
XYZ 1.11 0.58 4.9 -
YUV 14.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 9 7 64 0.86 0.89 0 0.75 242.11 0.8 0.14
Hex 9 7 40 56 59 0 4B F2 50 E
Octal 11 7 100 126 131 0 113 362 120 16
Binary 1001 111 1000000 1010110 1011001 0 1001011 11110010 1010000 1110

Color Harmonies of #090740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090740

Black with #090740

Text Example


Text Example

White with #090740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090740; }

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

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

background-color css

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

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

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

border-color css

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

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

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