Html Css Color HEX #090F40 Midnight Express

📋 copy color: '#090F40'

red 9 ◦ green 15 ◦ blue 64

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

Shades of Midnight Express #090F40

Tints of Midnight Express #090F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.05%

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

R = 10.23%
G = 17.05%
B = 72.73%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090F40 (or 0x090F40) is known color: Midnight Express. HEX triplet: 09, 0F and 40. RGB value is (9,15,64). Sum of RGB (Red+Green+Blue) = 9+15+64=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #090F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090F40 is #F6F0BF. Grayscale: #121212. Windows color (decimal): -16183488 or 4198153. OLE color: 4198153.

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

Color convert

RGB 9 15 64 -
CMYK 0.86 0.77 0 0.75
HSL 233.45º 0.75% 0.14% -
HSV(B) 233.45º 0.86% 0.25% -
XYZ 1.21 0.77 4.94 -
YUV 18.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 9 15 64 0.86 0.77 0 0.75 233.45 0.75 0.14
Hex 9 F 40 56 4D 0 4B E9 4B E
Octal 11 17 100 126 115 0 113 351 113 16
Binary 1001 1111 1000000 1010110 1001101 0 1001011 11101001 1001011 1110

Color Harmonies of #090F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F40

Black with #090F40

Text Example


Text Example

White with #090F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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