Html Css Color HEX #041199 New Midnight Blue

📋 copy color: '#041199'

red 4 ◦ green 17 ◦ blue 153

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

Shades of New Midnight Blue #041199

Tints of New Midnight Blue #041199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 87.93%

R = 2.3%
G = 9.77%
B = 87.93%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#041199 (or 0x041199) is known color: New Midnight Blue. HEX triplet: 04, 11 and 99. RGB value is (4,17,153). Sum of RGB (Red+Green+Blue) = 4+17+153=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #041199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041199 is #FBEE66. Grayscale: #1C1C1C. Windows color (decimal): -16510567 or 10031364. OLE color: 10031364.

HSL color Cylindrical-coordinate representation of color #041199: hue angle of 234.77º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041199 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 17 153 -
CMYK 0.97 0.89 0 0.4
HSL 234.77º 0.95% 0.31% -
HSV(B) 234.77º 0.97% 0.6% -
XYZ 6 2.73 30.35 -
YUV 28.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 4 17 153 0.97 0.89 0 0.4 234.77 0.95 0.31
Hex 4 11 99 61 59 0 28 EB 5F 1F
Octal 4 21 231 141 131 0 50 353 137 37
Binary 100 10001 10011001 1100001 1011001 0 101000 11101011 1011111 11111

Color Harmonies of #041199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041199

Black with #041199

Text Example


Text Example

White with #041199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041199; }

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

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

background-color css

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

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

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

border-color css

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

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

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