#000744

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

Shades of Midnight Express #000744

Tints of Midnight Express #000744

Color information

#000744 (or 0x000744) is unknown color: approx Midnight Express. HEX triplet: 00, 07 and 44. RGB value is (0,7,68). Sum of RGB (Red+Green+Blue) = 0+7+68=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 68 (26.95% from 255 or 90.67% from 75); Max value from RGB is 68 - color contains mainly: blue. Hex color #000744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000744 is #FFF8BB. Grayscale: #0B0B0B. Windows color (decimal): -16775356 or 4458240. OLE color: 4458240.

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

Color convert

RGB0768-
CMYK10.9000.73
HSL233.82º100%13.33%-
HSV(B)233.82º100%26.67%-
XYZ1.120.575.52-
YUV11.86159.68119.54-

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.33%
BLUE value IS 68 (26.95% from 255) = 90.67%
R=0%
G=9.33%
B=90.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal076810.9000.73233.8210013.33
Hex0744645A049ea64d
Octal07104144132011135214415
Binary0111100010011001001011010010010011110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000744; }

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

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

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

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

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

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

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

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