#000745

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

Shades of Midnight Express #000745

Tints of Midnight Express #000745

Color information

#000745 (or 0x000745) is unknown color: approx Midnight Express. HEX triplet: 00, 07 and 45. RGB value is (0,7,69). Sum of RGB (Red+Green+Blue) = 0+7+69=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #000745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000745 is #FFF8BA. Grayscale: #0B0B0B. Windows color (decimal): -16775355 or 4523776. OLE color: 4523776.

HSL color Cylindrical-coordinate representation of color #000745: hue angle of 233.91º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000745 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB0769-
CMYK10.9000.73
HSL233.91º100%13.53%-
HSV(B)233.91º100%27.06%-
XYZ1.150.585.68-
YUV11.98160.18119.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 69 (27.34% from 255) = 90.79%
R=0%
G=9.21%
B=90.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal076910.9000.73233.9110013.53
Hex0745645A049ea64e
Octal07105144132011135214416
Binary0111100010111001001011010010010011110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000745; }

 p { color: rgb(0,7,69); }

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

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

 a { background-color: rgb(0,7,69); }

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

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

 span { border-color: rgb(0,7,69); }

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