Html Css Color HEX #041194 New Midnight Blue

📋 copy color: '#041194'

red 4 ◦ green 17 ◦ blue 148

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

Shades of New Midnight Blue #041194

Tints of New Midnight Blue #041194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

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

R = 2.37%
G = 10.06%
B = 87.57%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#041194 (or 0x041194) is known color: New Midnight Blue. HEX triplet: 04, 11 and 94. RGB value is (4,17,148). Sum of RGB (Red+Green+Blue) = 4+17+148=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #041194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041194 is #FBEE6B. Grayscale: #1B1B1B. Windows color (decimal): -16510572 or 9703684. OLE color: 9703684.

HSL color Cylindrical-coordinate representation of color #041194: hue angle of 234.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 #041194 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 17 148 -
CMYK 0.97 0.89 0 0.42
HSL 234.58º 0.95% 0.3% -
HSV(B) 234.58º 0.97% 0.58% -
XYZ 5.6 2.56 28.22 -
YUV 28.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 4 17 148 0.97 0.89 0 0.42 234.58 0.95 0.3
Hex 4 11 94 61 59 0 2A EB 5F 1E
Octal 4 21 224 141 131 0 52 353 137 36
Binary 100 10001 10010100 1100001 1011001 0 101010 11101011 1011111 11110

Color Harmonies of #041194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041194

Black with #041194

Text Example


Text Example

White with #041194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041194; }

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

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

background-color css

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

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

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

border-color css

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

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

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