Html Css Color HEX #090540 Midnight Express

📋 copy color: '#090540'

red 9 ◦ green 5 ◦ blue 64

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

Shades of Midnight Express #090540

Tints of Midnight Express #090540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 11.54%
G = 6.41%
B = 82.05%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090540 (or 0x090540) is known color: Midnight Express. HEX triplet: 09, 05 and 40. RGB value is (9,5,64). Sum of RGB (Red+Green+Blue) = 9+5+64=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 64 (25.39% from 255 or 82.05% from 78); Max value from RGB is 64 - color contains mainly: blue. Hex color #090540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090540 is #F6FABF. Grayscale: #0C0C0C. Windows color (decimal): -16186048 or 4195593. OLE color: 4195593.

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

Color convert

RGB 9 5 64 -
CMYK 0.86 0.92 0 0.75
HSL 244.07º 0.86% 0.14% -
HSV(B) 244.07º 0.92% 0.25% -
XYZ 1.09 0.54 4.9 -
YUV 12.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 9 5 64 0.86 0.92 0 0.75 244.07 0.86 0.14
Hex 9 5 40 56 5C 0 4B F4 56 E
Octal 11 5 100 126 134 0 113 364 126 16
Binary 1001 101 1000000 1010110 1011100 0 1001011 11110100 1010110 1110

Color Harmonies of #090540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090540

Black with #090540

Text Example


Text Example

White with #090540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090540; }

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

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

background-color css

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

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

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

border-color css

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

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

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