#010E3C

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

Shades of Midnight Express #010E3C

Tints of Midnight Express #010E3C

Color information

#010E3C (or 0x010E3C) is unknown color: approx Midnight Express. HEX triplet: 01, 0E and 3C. RGB value is (1,14,60). Sum of RGB (Red+Green+Blue) = 1+14+60=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #010E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E3C is #FEF1C3. Grayscale: #0F0F0F. Windows color (decimal): -16708036 or 3935745. OLE color: 3935745.

HSL color Cylindrical-coordinate representation of color #010E3C: hue angle of 226.78º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E3C is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB11460-
CMYK0.980.7700.76
HSL226.78º96.72%11.96%-
HSV(B)226.78º98.33%23.53%-
XYZ0.990.654.35-
YUV15.36153.19117.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 14 (5.86% from 255) = 18.67%
BLUE value IS 60 (23.83% from 255) = 80%
R=1.33%
G=18.67%
B=80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal114600.980.7700.76226.7896.7211.96
Hex1E3C624D04Ce361c
Octal11674142115011434314114
Binary1111011110011000101001101010011001110001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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