Html Css Color HEX #040696 New Midnight Blue

📋 copy color: '#040696'

red 4 ◦ green 6 ◦ blue 150

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

Shades of New Midnight Blue #040696

Tints of New Midnight Blue #040696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 2.5%
G = 3.75%
B = 93.75%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#040696 (or 0x040696) is known color: New Midnight Blue. HEX triplet: 04, 06 and 96. RGB value is (4,6,150). Sum of RGB (Red+Green+Blue) = 4+6+150=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 150 (58.98% from 255 or 93.75% from 160); Max value from RGB is 150 - color contains mainly: blue. Hex color #040696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040696 is #FBF969. Grayscale: #151515. Windows color (decimal): -16513386 or 9831940. OLE color: 9831940.

HSL color Cylindrical-coordinate representation of color #040696: hue angle of 239.18º 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 #040696 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 6 150 -
CMYK 0.97 0.96 0 0.41
HSL 239.18º 0.95% 0.3% -
HSV(B) 239.18º 0.97% 0.59% -
XYZ 5.62 2.36 29.01 -
YUV 21.82 200.34 115.29 -
System Red Green Blue C M Y K H S L
Decimal 4 6 150 0.97 0.96 0 0.41 239.18 0.95 0.3
Hex 4 6 96 61 60 0 29 EF 5F 1E
Octal 4 6 226 141 140 0 51 357 137 36
Binary 100 110 10010110 1100001 1100000 0 101001 11101111 1011111 11110

Color Harmonies of #040696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040696

Black with #040696

Text Example


Text Example

White with #040696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040696; }

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

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

background-color css

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

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

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

border-color css

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

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

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