Html Css Color HEX #040096 New Midnight Blue

📋 copy color: '#040096'

red 4 ◦ green 0 ◦ blue 150

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

Shades of New Midnight Blue #040096

Tints of New Midnight Blue #040096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 2.6%
G = 0%
B = 97.4%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#040096 (or 0x040096) is known color: New Midnight Blue. HEX triplet: 04, 00 and 96. RGB value is (4,0,150). Sum of RGB (Red+Green+Blue) = 4+0+150=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 150 (58.98% from 255 or 97.40% from 154); Max value from RGB is 150 - color contains mainly: blue. Hex color #040096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040096 is #FBFF69. Grayscale: #111111. Windows color (decimal): -16514922 or 9830404. OLE color: 9830404.

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

Color convert

RGB 4 0 150 -
CMYK 0.97 1 0 0.41
HSL 241.6º 1% 0.29% -
HSV(B) 241.6º 1% 0.59% -
XYZ 5.56 2.23 28.99 -
YUV 18.3 202.33 117.8 -
System Red Green Blue C M Y K H S L
Decimal 4 0 150 0.97 1 0 0.41 241.6 1 0.29
Hex 4 0 96 61 64 0 29 F2 64 1D
Octal 4 0 226 141 144 0 51 362 144 35
Binary 100 0 10010110 1100001 1100100 0 101001 11110010 1100100 11101

Color Harmonies of #040096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040096

Black with #040096

Text Example


Text Example

White with #040096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040096; }

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

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

background-color css

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

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

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

border-color css

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

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

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