#090F40

Color #090F40 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #090F40

Tints of Midnight Express #090F40

Color information

#090F40 (or 0x090F40) is unknown color: approx 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

RGB91564-
CMYK0.860.7700.75
HSL233.45º75.34%14.31%-
HSV(B)233.45º85.94%25.1%-
XYZ1.210.774.94-
YUV18.79153.51121.02-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal915640.860.7700.75233.4575.3414.31
Hex9F40564D04Be94be
Octal1117100126115011335111316
Binary10011111100000010101101001101010010111110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>