#09143E

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

Shades of Midnight Express #09143E

Tints of Midnight Express #09143E

Color information

#09143E (or 0x09143E) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 3E. RGB value is (9,20,62). Sum of RGB (Red+Green+Blue) = 9+20+62=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 62 (24.61% from 255 or 68.13% from 91); Max value from RGB is 62 - color contains mainly: blue. Hex color #09143E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09143E is #F6EBC1. Grayscale: #151515. Windows color (decimal): -16182210 or 4068361. OLE color: 4068361.

HSL color Cylindrical-coordinate representation of color #09143E: hue angle of 227.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09143E is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB92062-
CMYK0.850.6800.76
HSL227.55º74.65%13.92%-
HSV(B)227.55º85.48%24.31%-
XYZ1.230.914.67-
YUV21.5150.86119.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 62 (24.61% from 255) = 68.13%
R=9.89%
G=21.98%
B=68.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal920620.850.6800.76227.5574.6513.92
Hex9143E554404Ce44be
Octal112476125104011434411316
Binary10011010011111010101011000100010011001110010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09143E; }

 p { color: rgb(9,20,62); }

 H1.HeaderClassName
 {
   color: #09143E;
 }
 .AnyTagClassName
 {
   color: #09143E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #09143E;
 }
 .BgClassName
 {
   background-color: #09143E;
 }
</style>
border-color css

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

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

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