Html Css Color HEX #041096 New Midnight Blue

📋 copy color: '#041096'

red 4 ◦ green 16 ◦ blue 150

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

Shades of New Midnight Blue #041096

Tints of New Midnight Blue #041096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 150 (58.98% from 255) = 88.24%

R = 2.35%
G = 9.41%
B = 88.24%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#041096 (or 0x041096) is known color: New Midnight Blue. HEX triplet: 04, 10 and 96. RGB value is (4,16,150). Sum of RGB (Red+Green+Blue) = 4+16+150=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #041096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041096 is #FBEF69. Grayscale: #1B1B1B. Windows color (decimal): -16510826 or 9834500. OLE color: 9834500.

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

Color convert

RGB 4 16 150 -
CMYK 0.97 0.89 0 0.41
HSL 235.07º 0.95% 0.3% -
HSV(B) 235.07º 0.97% 0.59% -
XYZ 5.74 2.6 29.05 -
YUV 27.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 4 16 150 0.97 0.89 0 0.41 235.07 0.95 0.3
Hex 4 10 96 61 59 0 29 EB 5F 1E
Octal 4 20 226 141 131 0 51 353 137 36
Binary 100 10000 10010110 1100001 1011001 0 101001 11101011 1011111 11110

Color Harmonies of #041096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041096

Black with #041096

Text Example


Text Example

White with #041096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041096; }

 p { color: rgb(4,16,150); }

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

background-color css

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

 a { background-color: rgb(4,16,150); }

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

border-color css

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

 span { border-color: rgb(4,16,150); }

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