#0A1746

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

Shades of Midnight Express #0A1746

Tints of Midnight Express #0A1746

Color information

#0A1746 (or 0x0A1746) is unknown color: approx Midnight Express. HEX triplet: 0A, 17 and 46. RGB value is (10,23,70). Sum of RGB (Red+Green+Blue) = 10+23+70=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #0A1746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1746 is #F5E8B9. Grayscale: #181818. Windows color (decimal): -16115898 or 4593418. OLE color: 4593418.

HSL color Cylindrical-coordinate representation of color #0A1746: hue angle of 227º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1746 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB102370-
CMYK0.860.6700.73
HSL227º75%15.69%-
HSV(B)227º85.71%27.45%-
XYZ1.541.125.93-
YUV24.47153.69117.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.71%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 70 (27.73% from 255) = 67.96%
R=9.71%
G=22.33%
B=67.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1023700.860.6700.732277515.69
HexA17465643049e34b10
Octal1227106126103011134311320
Binary1010101111000110101011010000110100100111100011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,70); }

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

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

 a { background-color: rgb(10,23,70); }

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

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

 span { border-color: rgb(10,23,70); }

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