#010F40

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

Shades of Midnight Express #010F40

Tints of Midnight Express #010F40

Color information

#010F40 (or 0x010F40) is unknown color: approx Midnight Express. HEX triplet: 01, 0F and 40. RGB value is (1,15,64). Sum of RGB (Red+Green+Blue) = 1+15+64=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 64 (25.39% from 255 or 80% from 80); Max value from RGB is 64 - color contains mainly: blue. Hex color #010F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F40 is #FEF0BF. Grayscale: #101010. Windows color (decimal): -16707776 or 4198145. OLE color: 4198145.

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

Color convert

RGB11564-
CMYK0.980.7700.75
HSL226.67º96.92%12.75%-
HSV(B)226.67º98.44%25.1%-
XYZ1.110.724.93-
YUV16.4154.86117.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 64 (25.39% from 255) = 80%
R=1.25%
G=18.75%
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.75
SystemRedGreenBlueCMYKHSL
Decimal115640.980.7700.75226.6796.9212.75
Hex1F40624D04Be361d
Octal117100142115011334314115
Binary11111100000011000101001101010010111110001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,15,64); }

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

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

 a { background-color: rgb(1,15,64); }

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

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

 span { border-color: rgb(1,15,64); }

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