Html Css Color HEX #040249 Midnight Blue

📋 copy color: '#040249'

red 4 ◦ green 2 ◦ blue 73

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

Shades of Midnight Blue #040249

Tints of Midnight Blue #040249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.53%

 BLUE value IS 73 (28.91% from 255) = 92.41%

R = 5.06%
G = 2.53%
B = 92.41%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040249 (or 0x040249) is known color: Midnight Blue. HEX triplet: 04, 02 and 49. RGB value is (4,2,73). Sum of RGB (Red+Green+Blue) = 4+2+73=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 73 (28.91% from 255 or 92.41% from 79); Max value from RGB is 73 - color contains mainly: blue. Hex color #040249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040249 is #FBFDB6. Grayscale: #0A0A0A. Windows color (decimal): -16514487 or 4784644. OLE color: 4784644.

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

Color convert

RGB 4 2 73 -
CMYK 0.95 0.97 0 0.71
HSL 241.69º 0.95% 0.15% -
HSV(B) 241.69º 0.97% 0.29% -
XYZ 1.27 0.55 6.34 -
YUV 10.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 4 2 73 0.95 0.97 0 0.71 241.69 0.95 0.15
Hex 4 2 49 5F 61 0 47 F2 5F F
Octal 4 2 111 137 141 0 107 362 137 17
Binary 100 10 1001001 1011111 1100001 0 1000111 11110010 1011111 1111

Color Harmonies of #040249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040249

Black with #040249

Text Example


Text Example

White with #040249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040249; }

 p { color: rgb(4,2,73); }

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

background-color css

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

 a { background-color: rgb(4,2,73); }

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

border-color css

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

 span { border-color: rgb(4,2,73); }

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