#010840

Color #010840 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #010840

Tints of Midnight Express #010840

Color information

#010840 (or 0x010840) is unknown color: approx 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

RGB1864-
CMYK0.980.8700.75
HSL233.33º96.92%12.75%-
HSV(B)233.33º98.44%25.1%-
XYZ1.020.554.9-
YUV12.29157.18119.95-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal18640.980.8700.75233.3396.9212.75
Hex1840625704Be961d
Octal110100142127011335114115
Binary11000100000011000101010111010010111110100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>