Html Css Color HEX #010440 Midnight Express

📋 copy color: '#010440'

red 1 ◦ green 4 ◦ blue 64

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

Shades of Midnight Express #010440

Tints of Midnight Express #010440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.8%

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

R = 1.45%
G = 5.8%
B = 92.75%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#010440 (or 0x010440) is known color: Midnight Express. HEX triplet: 01, 04 and 40. RGB value is (1,4,64). Sum of RGB (Red+Green+Blue) = 1+4+64=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 64 (25.39% from 255 or 92.75% from 69); Max value from RGB is 64 - color contains mainly: blue. Hex color #010440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010440 is #FEFBBF. Grayscale: #090909. Windows color (decimal): -16710592 or 4195329. OLE color: 4195329.

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

Color convert

RGB 1 4 64 -
CMYK 0.98 0.94 0 0.75
HSL 237.14º 0.97% 0.13% -
HSV(B) 237.14º 0.98% 0.25% -
XYZ 0.98 0.46 4.89 -
YUV 9.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 1 4 64 0.98 0.94 0 0.75 237.14 0.97 0.13
Hex 1 4 40 62 5E 0 4B ED 61 D
Octal 1 4 100 142 136 0 113 355 141 15
Binary 1 100 1000000 1100010 1011110 0 1001011 11101101 1100001 1101

Color Harmonies of #010440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010440

Black with #010440

Text Example


Text Example

White with #010440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010440; }

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

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

background-color css

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

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

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

border-color css

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

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

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