Html Css Color HEX #040594 New Midnight Blue

📋 copy color: '#040594'

red 4 ◦ green 5 ◦ blue 148

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

Shades of New Midnight Blue #040594

Tints of New Midnight Blue #040594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 148 (58.2% from 255) = 94.27%

R = 2.55%
G = 3.18%
B = 94.27%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040594 (or 0x040594) is known color: New Midnight Blue. HEX triplet: 04, 05 and 94. RGB value is (4,5,148). Sum of RGB (Red+Green+Blue) = 4+5+148=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 148 (58.20% from 255 or 94.27% from 157); Max value from RGB is 148 - color contains mainly: blue. Hex color #040594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040594 is #FBFA6B. Grayscale: #141414. Windows color (decimal): -16513644 or 9700612. OLE color: 9700612.

HSL color Cylindrical-coordinate representation of color #040594: hue angle of 239.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040594 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 5 148 -
CMYK 0.97 0.97 0 0.42
HSL 239.58º 0.95% 0.3% -
HSV(B) 239.58º 0.97% 0.58% -
XYZ 5.45 2.27 28.17 -
YUV 21 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 4 5 148 0.97 0.97 0 0.42 239.58 0.95 0.3
Hex 4 5 94 61 61 0 2A F0 5F 1E
Octal 4 5 224 141 141 0 52 360 137 36
Binary 100 101 10010100 1100001 1100001 0 101010 11110000 1011111 11110

Color Harmonies of #040594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040594

Black with #040594

Text Example


Text Example

White with #040594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040594; }

 p { color: rgb(4,5,148); }

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

background-color css

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

 a { background-color: rgb(4,5,148); }

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

border-color css

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

 span { border-color: rgb(4,5,148); }

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