Html Css Color HEX #010840 Midnight Express

📋 copy color: '#010840'

red 1 ◦ green 8 ◦ blue 64

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

Shades of Midnight Express #010840

Tints of Midnight Express #010840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.96%

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

R = 1.37%
G = 10.96%
B = 87.67%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#010840 (or 0x010840) is known color: Midnight Express. HEX triplet: 01, 08 and 40. RGB value is (1,8,64). Sum of RGB (Red+Green+Blue) = 1+8+64=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 64 (25.39% from 255 or 87.67% from 73); Max value from RGB is 64 - color contains mainly: blue. Hex color #010840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010840 is #FEF7BF. Grayscale: #0C0C0C. Windows color (decimal): -16709568 or 4196353. OLE color: 4196353.

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

Color convert

RGB 1 8 64 -
CMYK 0.98 0.87 0 0.75
HSL 233.33º 0.97% 0.13% -
HSV(B) 233.33º 0.98% 0.25% -
XYZ 1.02 0.55 4.9 -
YUV 12.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 1 8 64 0.98 0.87 0 0.75 233.33 0.97 0.13
Hex 1 8 40 62 57 0 4B E9 61 D
Octal 1 10 100 142 127 0 113 351 141 15
Binary 1 1000 1000000 1100010 1010111 0 1001011 11101001 1100001 1101

Color Harmonies of #010840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010840

Black with #010840

Text Example


Text Example

White with #010840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010840; }

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

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

background-color css

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

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

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

border-color css

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

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

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