#010845

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

Shades of Midnight Express #010845

Tints of Midnight Express #010845

Color information

#010845 (or 0x010845) is unknown color: approx Midnight Express. HEX triplet: 01, 08 and 45. RGB value is (1,8,69). Sum of RGB (Red+Green+Blue) = 1+8+69=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #010845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010845 is #FEF7BA. Grayscale: #0C0C0C. Windows color (decimal): -16709563 or 4524033. OLE color: 4524033.

HSL color Cylindrical-coordinate representation of color #010845: hue angle of 233.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010845 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB1869-
CMYK0.990.8800.73
HSL233.82º97.14%13.73%-
HSV(B)233.82º98.55%27.06%-
XYZ1.170.615.69-
YUV12.86159.68119.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 69 (27.34% from 255) = 88.46%
R=1.28%
G=10.26%
B=88.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal18690.990.8800.73233.8297.1413.73
Hex18456358049ea61e
Octal110105143130011135214116
Binary11000100010111000111011000010010011110101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010845; }

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

 H1.HeaderClassName
 {
   color: #010845;
 }
 .AnyTagClassName
 {
   color: #010845;
 }
</style>
background-color css

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

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

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

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

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

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