Html Css Color HEX #041234 Midnight Express

📋 copy color: '#041234'

red 4 ◦ green 18 ◦ blue 52

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

Shades of Midnight Express #041234

Tints of Midnight Express #041234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 70.27%

R = 5.41%
G = 24.32%
B = 70.27%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#041234 (or 0x041234) is known color: Midnight Express. HEX triplet: 04, 12 and 34. RGB value is (4,18,52). Sum of RGB (Red+Green+Blue) = 4+18+52=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #041234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041234 is #FBEDCB. Grayscale: #111111. Windows color (decimal): -16510412 or 3412484. OLE color: 3412484.

HSL color Cylindrical-coordinate representation of color #041234: hue angle of 222.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041234 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 18 52 -
CMYK 0.92 0.65 0 0.80
HSL 222.5º 0.86% 0.11% -
HSV(B) 222.5º 0.92% 0.2% -
XYZ 0.89 0.71 3.34 -
YUV 17.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 4 18 52 0.92 0.65 0 0.80 222.5 0.86 0.11
Hex 4 12 34 5C 41 0 50 DE 56 B
Octal 4 22 64 134 101 0 120 336 126 13
Binary 100 10010 110100 1011100 1000001 0 1010000 11011110 1010110 1011

Color Harmonies of #041234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041234

Black with #041234

Text Example


Text Example

White with #041234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041234; }

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

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

background-color css

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

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

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

border-color css

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

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

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