Html Css Color HEX #041346 Midnight Express

📋 copy color: '#041346'

red 4 ◦ green 19 ◦ blue 70

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

Shades of Midnight Express #041346

Tints of Midnight Express #041346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

 BLUE value IS 70 (27.73% from 255) = 75.27%

R = 4.3%
G = 20.43%
B = 75.27%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041346 (or 0x041346) is known color: Midnight Express. HEX triplet: 04, 13 and 46. RGB value is (4,19,70). Sum of RGB (Red+Green+Blue) = 4+19+70=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #041346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041346 is #FBECB9. Grayscale: #141414. Windows color (decimal): -16510138 or 4592388. OLE color: 4592388.

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

Color convert

RGB 4 19 70 -
CMYK 0.94 0.73 0 0.73
HSL 226.36º 0.89% 0.15% -
HSV(B) 226.36º 0.94% 0.27% -
XYZ 1.39 0.93 5.9 -
YUV 20.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 4 19 70 0.94 0.73 0 0.73 226.36 0.89 0.15
Hex 4 13 46 5E 49 0 49 E2 59 F
Octal 4 23 106 136 111 0 111 342 131 17
Binary 100 10011 1000110 1011110 1001001 0 1001001 11100010 1011001 1111

Color Harmonies of #041346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041346

Black with #041346

Text Example


Text Example

White with #041346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041346; }

 p { color: rgb(4,19,70); }

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

background-color css

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

 a { background-color: rgb(4,19,70); }

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

border-color css

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

 span { border-color: rgb(4,19,70); }

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