Html Css Color HEX #040745 Midnight Express

📋 copy color: '#040745'

red 4 ◦ green 7 ◦ blue 69

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

Shades of Midnight Express #040745

Tints of Midnight Express #040745

RGB

 RED value IS 4 (1.95% from 255) = 5%

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

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

R = 5%
G = 8.75%
B = 86.25%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#040745 (or 0x040745) is known color: Midnight Express. HEX triplet: 04, 07 and 45. RGB value is (4,7,69). Sum of RGB (Red+Green+Blue) = 4+7+69=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 69 (27.34% from 255 or 86.25% from 80); Max value from RGB is 69 - color contains mainly: blue. Hex color #040745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040745 is #FBF8BA. Grayscale: #0C0C0C. Windows color (decimal): -16513211 or 4523780. OLE color: 4523780.

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

Color convert

RGB 4 7 69 -
CMYK 0.94 0.90 0 0.73
HSL 237.23º 0.89% 0.14% -
HSV(B) 237.23º 0.94% 0.27% -
XYZ 1.2 0.61 5.68 -
YUV 13.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 4 7 69 0.94 0.90 0 0.73 237.23 0.89 0.14
Hex 4 7 45 5E 5A 0 49 ED 59 E
Octal 4 7 105 136 132 0 111 355 131 16
Binary 100 111 1000101 1011110 1011010 0 1001001 11101101 1011001 1110

Color Harmonies of #040745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040745

Black with #040745

Text Example


Text Example

White with #040745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040745; }

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

 H1.HeaderClassName
 {
   color: #040745;
 }
 .AnyTagClassName
 {
   color: #040745;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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