#0A1240

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

Shades of Midnight Express #0A1240

Tints of Midnight Express #0A1240

Color information

#0A1240 (or 0x0A1240) is unknown color: approx Midnight Express. HEX triplet: 0A, 12 and 40. RGB value is (10,18,64). Sum of RGB (Red+Green+Blue) = 10+18+64=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A1240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1240 is #F5EDBF. Grayscale: #141414. Windows color (decimal): -16117184 or 4198922. OLE color: 4198922.

HSL color Cylindrical-coordinate representation of color #0A1240: hue angle of 231.11º 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 #0A1240 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB101864-
CMYK0.840.7200.75
HSL231.11º72.97%14.51%-
HSV(B)231.11º84.38%25.1%-
XYZ1.270.874.95-
YUV20.85152.35120.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 64 (25.39% from 255) = 69.57%
R=10.87%
G=19.57%
B=69.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1018640.840.7200.75231.1172.9714.51
HexA1240544804Be749f
Octal1222100124110011334711117
Binary101010010100000010101001001000010010111110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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