Html Css Color HEX #000744 Midnight Express

📋 copy color: '#000744'

red 0 ◦ green 7 ◦ blue 68

#000744
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #000744

Tints of Midnight Express #000744

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 9.33%

 BLUE value IS 68 (26.95% from 255) = 90.67%

R = 0%
G = 9.33%
B = 90.67%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#000744 (or 0x000744) is known color: 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

RGB 0 7 68 -
CMYK 1 0.90 0 0.73
HSL 233.82º 1% 0.13% -
HSV(B) 233.82º 1% 0.27% -
XYZ 1.12 0.57 5.52 -
YUV 11.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 0 7 68 1 0.90 0 0.73 233.82 1 0.13
Hex 0 7 44 64 5A 0 49 EA 64 D
Octal 0 7 104 144 132 0 111 352 144 15
Binary 0 111 1000100 1100100 1011010 0 1001001 11101010 1100100 1101

Color Harmonies of #000744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000744

Black with #000744

Text Example


Text Example

White with #000744

Text Example


Text Example

HTML Codes & Css Web 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>