Html Css Color HEX #040964 Midnight Blue

📋 copy color: '#040964'

red 4 ◦ green 9 ◦ blue 100

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

Shades of Midnight Blue #040964

Tints of Midnight Blue #040964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

 BLUE value IS 100 (39.45% from 255) = 88.5%

R = 3.54%
G = 7.96%
B = 88.5%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#040964 (or 0x040964) is known color: Midnight Blue. HEX triplet: 04, 09 and 64. RGB value is (4,9,100). Sum of RGB (Red+Green+Blue) = 4+9+100=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 100 (39.45% from 255 or 88.50% from 113); Max value from RGB is 100 - color contains mainly: blue. Hex color #040964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040964 is #FBF69B. Grayscale: #111111. Windows color (decimal): -16512668 or 6555908. OLE color: 6555908.

HSL color Cylindrical-coordinate representation of color #040964: hue angle of 236.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040964 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 9 100 -
CMYK 0.96 0.91 0 0.61
HSL 236.88º 0.92% 0.2% -
HSV(B) 236.88º 0.96% 0.39% -
XYZ 2.45 1.14 12.15 -
YUV 17.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 4 9 100 0.96 0.91 0 0.61 236.88 0.92 0.2
Hex 4 9 64 60 5B 0 3D ED 5C 14
Octal 4 11 144 140 133 0 75 355 134 24
Binary 100 1001 1100100 1100000 1011011 0 111101 11101101 1011100 10100

Color Harmonies of #040964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040964

Black with #040964

Text Example


Text Example

White with #040964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040964; }

 p { color: rgb(4,9,100); }

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

background-color css

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

 a { background-color: rgb(4,9,100); }

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

border-color css

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

 span { border-color: rgb(4,9,100); }

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