#0A142C

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

Shades of Midnight Express #0A142C

Tints of Midnight Express #0A142C

Color information

#0A142C (or 0x0A142C) is unknown color: approx Midnight Express. HEX triplet: 0A, 14 and 2C. RGB value is (10,20,44). Sum of RGB (Red+Green+Blue) = 10+20+44=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A142C is #F5EBD3. Grayscale: #131313. Windows color (decimal): -16116692 or 2888714. OLE color: 2888714.

HSL color Cylindrical-coordinate representation of color #0A142C: hue angle of 222.35º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A142C is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB102044-
CMYK0.770.5500.83
HSL222.35º62.96%10.59%-
HSV(B)222.35º77.27%17.25%-
XYZ0.830.752.48-
YUV19.75141.69121.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=13.51%
G=27.03%
B=59.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1020440.770.5500.83222.3562.9610.59
HexA142C4D37053de3fb
Octal1224541156701233367713
Binary101010100101100100110111011101010011110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,44); }

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

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

 a { background-color: rgb(10,20,44); }

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

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

 span { border-color: rgb(10,20,44); }

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