Html Css Color HEX #040095 New Midnight Blue

📋 copy color: '#040095'

red 4 ◦ green 0 ◦ blue 149

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

Shades of New Midnight Blue #040095

Tints of New Midnight Blue #040095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 97.39%

R = 2.61%
G = 0%
B = 97.39%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040095 (or 0x040095) is known color: New Midnight Blue. HEX triplet: 04, 00 and 95. RGB value is (4,0,149). Sum of RGB (Red+Green+Blue) = 4+0+149=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 149 (58.59% from 255 or 97.39% from 153); Max value from RGB is 149 - color contains mainly: blue. Hex color #040095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040095 is #FBFF6A. Grayscale: #111111. Windows color (decimal): -16514923 or 9764868. OLE color: 9764868.

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

Color convert

RGB 4 0 149 -
CMYK 0.97 1 0 0.42
HSL 241.61º 1% 0.29% -
HSV(B) 241.61º 1% 0.58% -
XYZ 5.47 2.2 28.57 -
YUV 18.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 4 0 149 0.97 1 0 0.42 241.61 1 0.29
Hex 4 0 95 61 64 0 2A F2 64 1D
Octal 4 0 225 141 144 0 52 362 144 35
Binary 100 0 10010101 1100001 1100100 0 101010 11110010 1100100 11101

Color Harmonies of #040095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040095

Black with #040095

Text Example


Text Example

White with #040095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040095; }

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

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

background-color css

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

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

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

border-color css

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

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

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