#09053F

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

Shades of Midnight Express #09053F

Tints of Midnight Express #09053F

Color information

#09053F (or 0x09053F) is unknown color: approx Midnight Express. HEX triplet: 09, 05 and 3F. RGB value is (9,5,63). Sum of RGB (Red+Green+Blue) = 9+5+63=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 63 (25% from 255 or 81.82% from 77); Max value from RGB is 63 - color contains mainly: blue. Hex color #09053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09053F is #F6FAC0. Grayscale: #0C0C0C. Windows color (decimal): -16186049 or 4130057. OLE color: 4130057.

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

Color convert

RGB9563-
CMYK0.860.9200.75
HSL244.14º85.29%13.33%-
HSV(B)244.14º92.06%24.71%-
XYZ1.060.534.75-
YUV12.81156.33125.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 63 (25% from 255) = 81.82%
R=11.69%
G=6.49%
B=81.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal95630.860.9200.75244.1485.2913.33
Hex953F565C04Bf455d
Octal11577126134011336412515
Binary100110111111110101101011100010010111111010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09053F; }

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

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

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

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

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

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

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

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