#010E44

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

Shades of Midnight Express #010E44

Tints of Midnight Express #010E44

Color information

#010E44 (or 0x010E44) is unknown color: approx Midnight Express. HEX triplet: 01, 0E and 44. RGB value is (1,14,68). Sum of RGB (Red+Green+Blue) = 1+14+68=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 68 (26.95% from 255 or 81.93% from 83); Max value from RGB is 68 - color contains mainly: blue. Hex color #010E44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E44 is #FEF1BB. Grayscale: #101010. Windows color (decimal): -16708028 or 4460033. OLE color: 4460033.

HSL color Cylindrical-coordinate representation of color #010E44: hue angle of 228.36º 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 #010E44 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB11468-
CMYK0.990.7900.73
HSL228.36º97.1%13.53%-
HSV(B)228.36º98.53%26.67%-
XYZ1.210.745.55-
YUV16.27157.19117.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 68 (26.95% from 255) = 81.93%
R=1.20%
G=16.87%
B=81.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal114680.990.7900.73228.3697.113.53
Hex1E44634F049e461e
Octal116104143117011134414116
Binary11110100010011000111001111010010011110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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