Html Css Color HEX #000040 Midnight Express

📋 copy color: '#000040'

red 0 ◦ green 0 ◦ blue 64

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

Shades of Midnight Express #000040

Tints of Midnight Express #000040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 100%

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000040 (or 0x000040) is known color: Midnight Express. HEX triplet: 00, 00 and 40. RGB value is (0,0,64). Sum of RGB (Red+Green+Blue) = 0+0+64=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 64 (25.39% from 255 or 100% from 64); Max value from RGB is 64 - color contains mainly: blue. Hex color #000040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000040 is #FFFFBF. Grayscale: #070707. Windows color (decimal): -16777152 or 4194304. OLE color: 4194304.

HSL color Cylindrical-coordinate representation of color #000040: hue angle of 240º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000040 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 0 64 -
CMYK 1 1 0 0.75
HSL 240º 1% 0.13% -
HSV(B) 240º 1% 0.25% -
XYZ 0.93 0.37 4.87 -
YUV 7.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 0 0 64 1 1 0 0.75 240 1 0.13
Hex 0 0 40 64 64 0 4B F0 64 D
Octal 0 0 100 144 144 0 113 360 144 15
Binary 0 0 1000000 1100100 1100100 0 1001011 11110000 1100100 1101

Color Harmonies of #000040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000040

Black with #000040

Text Example


Text Example

White with #000040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000040; }

 p { color: rgb(0,0,64); }

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

background-color css

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

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

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

border-color css

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

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

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