Html Css Color HEX #041474 Midnight Blue

📋 copy color: '#041474'

red 4 ◦ green 20 ◦ blue 116

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

Shades of Midnight Blue #041474

Tints of Midnight Blue #041474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.29%

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 2.86%
G = 14.29%
B = 82.86%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#041474 (or 0x041474) is known color: Midnight Blue. HEX triplet: 04, 14 and 74. RGB value is (4,20,116). Sum of RGB (Red+Green+Blue) = 4+20+116=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #041474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041474 is #FBEB8B. Grayscale: #191919. Windows color (decimal): -16509836 or 7607300. OLE color: 7607300.

HSL color Cylindrical-coordinate representation of color #041474: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041474 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 20 116 -
CMYK 0.97 0.83 0 0.55
HSL 231.43º 0.93% 0.24% -
HSV(B) 231.43º 0.97% 0.45% -
XYZ 3.45 1.79 16.69 -
YUV 26.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 4 20 116 0.97 0.83 0 0.55 231.43 0.93 0.24
Hex 4 14 74 61 53 0 37 E7 5D 18
Octal 4 24 164 141 123 0 67 347 135 30
Binary 100 10100 1110100 1100001 1010011 0 110111 11100111 1011101 11000

Color Harmonies of #041474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041474

Black with #041474

Text Example


Text Example

White with #041474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041474; }

 p { color: rgb(4,20,116); }

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

background-color css

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

 a { background-color: rgb(4,20,116); }

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

border-color css

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

 span { border-color: rgb(4,20,116); }

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