#010E37

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

Shades of Midnight Express #010E37

Tints of Midnight Express #010E37

Color information

#010E37 (or 0x010E37) is unknown color: approx Midnight Express. HEX triplet: 01, 0E and 37. RGB value is (1,14,55). Sum of RGB (Red+Green+Blue) = 1+14+55=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 55 (21.88% from 255 or 78.57% from 70); Max value from RGB is 55 - color contains mainly: blue. Hex color #010E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E37 is #FEF1C8. Grayscale: #0E0E0E. Windows color (decimal): -16708041 or 3608065. OLE color: 3608065.

HSL color Cylindrical-coordinate representation of color #010E37: hue angle of 225.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E37 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB11455-
CMYK0.980.7500.78
HSL225.56º96.43%10.98%-
HSV(B)225.56º98.18%21.57%-
XYZ0.860.63.68-
YUV14.79150.69118.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 14 (5.86% from 255) = 20%
BLUE value IS 55 (21.88% from 255) = 78.57%
R=1.43%
G=20%
B=78.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal114550.980.7500.78225.5696.4310.98
Hex1E37624B04Ee260b
Octal11667142113011634214013
Binary1111011011111000101001011010011101110001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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