Html Css Color HEX #000745 Midnight Express

📋 copy color: '#000745'

red 0 ◦ green 7 ◦ blue 69

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

Shades of Midnight Express #000745

Tints of Midnight Express #000745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 90.79%

R = 0%
G = 9.21%
B = 90.79%

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

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

RGB 0 7 69 -
CMYK 1 0.90 0 0.73
HSL 233.91º 1% 0.14% -
HSV(B) 233.91º 1% 0.27% -
XYZ 1.15 0.58 5.68 -
YUV 11.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 0 7 69 1 0.90 0 0.73 233.91 1 0.14
Hex 0 7 45 64 5A 0 49 EA 64 E
Octal 0 7 105 144 132 0 111 352 144 16
Binary 0 111 1000101 1100100 1011010 0 1001001 11101010 1100100 1110

Color Harmonies of #000745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000745

Black with #000745

Text Example


Text Example

White with #000745

Text Example


Text Example

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