Html Css Color HEX #040144 Midnight Express

📋 copy color: '#040144'

red 4 ◦ green 1 ◦ blue 68

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

Shades of Midnight Express #040144

Tints of Midnight Express #040144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.37%

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

R = 5.48%
G = 1.37%
B = 93.15%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#040144 (or 0x040144) is known color: Midnight Express. HEX triplet: 04, 01 and 44. RGB value is (4,1,68). Sum of RGB (Red+Green+Blue) = 4+1+68=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 68 (26.95% from 255 or 93.15% from 73); Max value from RGB is 68 - color contains mainly: blue. Hex color #040144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040144 is #FBFEBB. Grayscale: #090909. Windows color (decimal): -16514748 or 4456708. OLE color: 4456708.

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

Color convert

RGB 4 1 68 -
CMYK 0.94 0.99 0 0.73
HSL 242.69º 0.97% 0.14% -
HSV(B) 242.69º 0.99% 0.27% -
XYZ 1.1 0.46 5.5 -
YUV 9.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 4 1 68 0.94 0.99 0 0.73 242.69 0.97 0.14
Hex 4 1 44 5E 63 0 49 F3 61 E
Octal 4 1 104 136 143 0 111 363 141 16
Binary 100 1 1000100 1011110 1100011 0 1001001 11110011 1100001 1110

Color Harmonies of #040144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040144

Black with #040144

Text Example


Text Example

White with #040144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040144; }

 p { color: rgb(4,1,68); }

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

background-color css

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

 a { background-color: rgb(4,1,68); }

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

border-color css

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

 span { border-color: rgb(4,1,68); }

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