Html Css Color HEX #010040 Midnight Express

📋 copy color: '#010040'

red 1 ◦ green 0 ◦ blue 64

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

Shades of Midnight Express #010040

Tints of Midnight Express #010040

RGB

 RED value IS 1 (0.78% from 255) = 1.54%

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

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

R = 1.54%
G = 0%
B = 98.46%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#010040 (or 0x010040) is known color: Midnight Express. HEX triplet: 01, 00 and 40. RGB value is (1,0,64). Sum of RGB (Red+Green+Blue) = 1+0+64=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 64 (25.39% from 255 or 98.46% from 65); Max value from RGB is 64 - color contains mainly: blue. Hex color #010040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010040 is #FEFFBF. Grayscale: #070707. Windows color (decimal): -16711616 or 4194305. OLE color: 4194305.

HSL color Cylindrical-coordinate representation of color #010040: hue angle of 240.94º 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 #010040 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 0 64 -
CMYK 0.98 1 0 0.75
HSL 240.94º 1% 0.13% -
HSV(B) 240.94º 1% 0.25% -
XYZ 0.94 0.38 4.87 -
YUV 7.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 1 0 64 0.98 1 0 0.75 240.94 1 0.13
Hex 1 0 40 62 64 0 4B F1 64 D
Octal 1 0 100 142 144 0 113 361 144 15
Binary 1 0 1000000 1100010 1100100 0 1001011 11110001 1100100 1101

Color Harmonies of #010040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010040

Black with #010040

Text Example


Text Example

White with #010040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010040; }

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

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

background-color css

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

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

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

border-color css

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

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

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