Html Css Color HEX #090940 Midnight Express

📋 copy color: '#090940'

red 9 ◦ green 9 ◦ blue 64

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

Shades of Midnight Express #090940

Tints of Midnight Express #090940

RGB

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

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

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

R = 10.98%
G = 10.98%
B = 78.05%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090940 (or 0x090940) is known color: Midnight Express. HEX triplet: 09, 09 and 40. RGB value is (9,9,64). Sum of RGB (Red+Green+Blue) = 9+9+64=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #090940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090940 is #F6F6BF. Grayscale: #0F0F0F. Windows color (decimal): -16185024 or 4196617. OLE color: 4196617.

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

Color convert

RGB 9 9 64 -
CMYK 0.86 0.86 0 0.75
HSL 240º 0.75% 0.14% -
HSV(B) 240º 0.86% 0.25% -
XYZ 1.14 0.62 4.91 -
YUV 15.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 9 9 64 0.86 0.86 0 0.75 240 0.75 0.14
Hex 9 9 40 56 56 0 4B F0 4B E
Octal 11 11 100 126 126 0 113 360 113 16
Binary 1001 1001 1000000 1010110 1010110 0 1001011 11110000 1001011 1110

Color Harmonies of #090940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090940

Black with #090940

Text Example


Text Example

White with #090940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090940; }

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

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

background-color css

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

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

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

border-color css

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

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

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