Html Css Color HEX #090D40 Midnight Express

📋 copy color: '#090D40'

red 9 ◦ green 13 ◦ blue 64

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

Shades of Midnight Express #090D40

Tints of Midnight Express #090D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.12%

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

R = 10.47%
G = 15.12%
B = 74.42%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090D40 (or 0x090D40) is known color: Midnight Express. HEX triplet: 09, 0D and 40. RGB value is (9,13,64). Sum of RGB (Red+Green+Blue) = 9+13+64=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #090D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D40 is #F6F2BF. Grayscale: #111111. Windows color (decimal): -16184000 or 4197641. OLE color: 4197641.

HSL color Cylindrical-coordinate representation of color #090D40: hue angle of 235.64º 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 #090D40 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 13 64 -
CMYK 0.86 0.80 0 0.75
HSL 235.64º 0.75% 0.14% -
HSV(B) 235.64º 0.86% 0.25% -
XYZ 1.18 0.72 4.93 -
YUV 17.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 9 13 64 0.86 0.80 0 0.75 235.64 0.75 0.14
Hex 9 D 40 56 50 0 4B EC 4B E
Octal 11 15 100 126 120 0 113 354 113 16
Binary 1001 1101 1000000 1010110 1010000 0 1001011 11101100 1001011 1110

Color Harmonies of #090D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090D40

Black with #090D40

Text Example


Text Example

White with #090D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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