#010E2D

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

Shades of Midnight Express #010E2D

Tints of Midnight Express #010E2D

Color information

#010E2D (or 0x010E2D) is unknown color: approx Midnight Express. HEX triplet: 01, 0E and 2D. RGB value is (1,14,45). Sum of RGB (Red+Green+Blue) = 1+14+45=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 45 (17.97% from 255 or 75% from 60); Max value from RGB is 45 - color contains mainly: blue. Hex color #010E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E2D is #FEF1D2. Grayscale: #0D0D0D. Windows color (decimal): -16708051 or 2952705. OLE color: 2952705.

HSL color Cylindrical-coordinate representation of color #010E2D: hue angle of 222.27º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E2D is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11445-
CMYK0.980.6900.82
HSL222.27º95.65%9.02%-
HSV(B)222.27º97.78%17.65%-
XYZ0.640.512.55-
YUV13.65145.69118.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 45 (17.97% from 255) = 75%
R=1.67%
G=23.33%
B=75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal114450.980.6900.82222.2795.659.02
Hex1E2D6245052de609
Octal11655142105012233614011
Binary1111010110111000101000101010100101101111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010E2D; }

 p { color: rgb(1,14,45); }

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

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

 a { background-color: rgb(1,14,45); }

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

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

 span { border-color: rgb(1,14,45); }

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