Html Css Color HEX #090640 Midnight Express

📋 copy color: '#090640'

red 9 ◦ green 6 ◦ blue 64

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

Shades of Midnight Express #090640

Tints of Midnight Express #090640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.59%

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

R = 11.39%
G = 7.59%
B = 81.01%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090640 (or 0x090640) is known color: Midnight Express. HEX triplet: 09, 06 and 40. RGB value is (9,6,64). Sum of RGB (Red+Green+Blue) = 9+6+64=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 64 (25.39% from 255 or 81.01% from 79); Max value from RGB is 64 - color contains mainly: blue. Hex color #090640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090640 is #F6F9BF. Grayscale: #0D0D0D. Windows color (decimal): -16185792 or 4195849. OLE color: 4195849.

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

Color convert

RGB 9 6 64 -
CMYK 0.86 0.91 0 0.75
HSL 243.1º 0.83% 0.14% -
HSV(B) 243.1º 0.91% 0.25% -
XYZ 1.1 0.56 4.9 -
YUV 13.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 9 6 64 0.86 0.91 0 0.75 243.1 0.83 0.14
Hex 9 6 40 56 5B 0 4B F3 53 E
Octal 11 6 100 126 133 0 113 363 123 16
Binary 1001 110 1000000 1010110 1011011 0 1001011 11110011 1010011 1110

Color Harmonies of #090640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090640

Black with #090640

Text Example


Text Example

White with #090640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090640; }

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

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

background-color css

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

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

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

border-color css

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

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

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