Html Css Color HEX #041244 Midnight Express

📋 copy color: '#041244'

red 4 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #041244

Tints of Midnight Express #041244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 4.44%
G = 20%
B = 75.56%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041244 (or 0x041244) is known color: Midnight Express. HEX triplet: 04, 12 and 44. RGB value is (4,18,68). Sum of RGB (Red+Green+Blue) = 4+18+68=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #041244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041244 is #FBEDBB. Grayscale: #131313. Windows color (decimal): -16510396 or 4461060. OLE color: 4461060.

HSL color Cylindrical-coordinate representation of color #041244: hue angle of 226.88º 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 #041244 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 18 68 -
CMYK 0.94 0.74 0 0.73
HSL 226.88º 0.89% 0.14% -
HSV(B) 226.88º 0.94% 0.27% -
XYZ 1.31 0.88 5.57 -
YUV 19.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 4 18 68 0.94 0.74 0 0.73 226.88 0.89 0.14
Hex 4 12 44 5E 4A 0 49 E3 59 E
Octal 4 22 104 136 112 0 111 343 131 16
Binary 100 10010 1000100 1011110 1001010 0 1001001 11100011 1011001 1110

Color Harmonies of #041244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041244

Black with #041244

Text Example


Text Example

White with #041244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041244; }

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

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

background-color css

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

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

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

border-color css

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

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

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