Html Css Color HEX #041740 Midnight Express

📋 copy color: '#041740'

red 4 ◦ green 23 ◦ blue 64

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

Shades of Midnight Express #041740

Tints of Midnight Express #041740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.27%

 BLUE value IS 64 (25.39% from 255) = 70.33%

R = 4.4%
G = 25.27%
B = 70.33%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041740 (or 0x041740) is known color: Midnight Express. HEX triplet: 04, 17 and 40. RGB value is (4,23,64). Sum of RGB (Red+Green+Blue) = 4+23+64=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #041740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041740 is #FBE8BF. Grayscale: #151515. Windows color (decimal): -16509120 or 4200196. OLE color: 4200196.

HSL color Cylindrical-coordinate representation of color #041740: hue angle of 221º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041740 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 23 64 -
CMYK 0.94 0.64 0 0.75
HSL 221º 0.88% 0.13% -
HSV(B) 221º 0.94% 0.25% -
XYZ 1.28 1.01 4.98 -
YUV 21.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 4 23 64 0.94 0.64 0 0.75 221 0.88 0.13
Hex 4 17 40 5E 40 0 4B DD 58 D
Octal 4 27 100 136 100 0 113 335 130 15
Binary 100 10111 1000000 1011110 1000000 0 1001011 11011101 1011000 1101

Color Harmonies of #041740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041740

Black with #041740

Text Example


Text Example

White with #041740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041740; }

 p { color: rgb(4,23,64); }

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

background-color css

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

 a { background-color: rgb(4,23,64); }

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

border-color css

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

 span { border-color: rgb(4,23,64); }

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