#0A1A40

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

Shades of Midnight Express #0A1A40

Tints of Midnight Express #0A1A40

Color information

#0A1A40 (or 0x0A1A40) is unknown color: approx Midnight Express. HEX triplet: 0A, 1A and 40. RGB value is (10,26,64). Sum of RGB (Red+Green+Blue) = 10+26+64=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A1A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A40 is #F5E5BF. Grayscale: #191919. Windows color (decimal): -16115136 or 4200970. OLE color: 4200970.

HSL color Cylindrical-coordinate representation of color #0A1A40: hue angle of 222.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A1A40 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB102664-
CMYK0.840.5900.75
HSL222.22º72.97%14.51%-
HSV(B)222.22º84.38%25.1%-
XYZ1.421.175-
YUV25.55149.7116.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 64 (25.39% from 255) = 64%
R=10%
G=26%
B=64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1026640.840.5900.75222.2272.9714.51
HexA1A40543B04Bde49f
Octal123210012473011333611117
Binary10101101010000001010100111011010010111101111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1A40; }

 p { color: rgb(10,26,64); }

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

<style>
 a { background-color: #0A1A40; }

 a { background-color: rgb(10,26,64); }

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

<style>
 span { border-color: #0A1A40; }

 span { border-color: rgb(10,26,64); }

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